@charset "UTF-8";
/*全局mixin*/
/* rem适配 */
/*将px转换成rem*/
* {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  color: #333; }

a, button {
  cursor: pointer; }

a, u {
  text-decoration: none; }

.mt20 {
  margin-top: 1rem !important; }

.mt30 {
  margin-top: 1.5rem !important; }

.mt40 {
  margin-top: 2rem !important; }

.mt50 {
  margin-top: 2.5rem !important; }

.mt60 {
  margin-top: 3rem !important; }

.mb80 {
  margin-bottom: 4rem !important; }

.pt30 {
  padding-top: 1.5rem !important; }

.pt40 {
  padding-top: 2rem !important; }

.pb80 {
  padding-bottom: 4rem !important; }

input {
  padding: 0 0.5rem; }

input, button, select {
  outline: 0;
  border: none; }

img {
  object-fit: cover; }

.fl {
  float: left !important; }

.fr {
  float: right !important; }

.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
  font-size: 0;
  clear: both; }

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';
  /* Project id 4258840 */
  src: url("//at.alicdn.com/t/c/font_4258840_o98g9x7i5m.woff2?t=1739527538391") format("woff2"), url("//at.alicdn.com/t/c/font_4258840_o98g9x7i5m.woff?t=1739527538391") format("woff"), url("//at.alicdn.com/t/c/font_4258840_o98g9x7i5m.ttf?t=1739527538391") format("truetype"); }
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'icon363';
  /* Project id 4308869 */
  src: url("//at.alicdn.com/t/c/font_4308869_poc3hrfdmqs.woff2?t=1723185552139") format("woff2"), url("//at.alicdn.com/t/c/font_4308869_poc3hrfdmqs.woff?t=1723185552139") format("woff"), url("//at.alicdn.com/t/c/font_4308869_poc3hrfdmqs.ttf?t=1723185552139") format("truetype"); }
.icon363 {
  font-family: "icon363" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*没有信息*/
.nodata {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #aaa;
  padding: 100px 0;
  position: relative; }
  .nodata i {
    font-size: 90px;
    margin-bottom: 10px; }

html {
  font-size: 20px; }

.layout {
  width: 1360px;
  margin: 0 auto;
  box-sizing: border-box; }

.inner-container {
  overflow: hidden;
  min-height: 400px; }

.detail-container {
  border-top: 1px solid #e4e4e4; }
  @media (max-width: 960px) {
    .detail-container {
      margin-top: 60px; } }

.inner-layout {
  width: 1200px;
  margin: auto;
  min-width: 360px; }

.path {
  padding-top: 2rem;
  color: #999;
  font-size: 14px; }
  .path i {
    font-size: 12px;
    padding: 0 5px; }

#currentMedia {
  display: none; }

.pager {
  font-size: 0;
  padding-bottom: 4rem;
  text-align: center;
  margin-top: 30px; }
  .pager a, .pager input, .pager button, .pager span {
    display: inline-block;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 4px;
    font-size: 16px;
    color: #333333;
    margin-right: 10px;
    box-sizing: border-box; }
  .pager span {
    width: 50px; }
  .pager a {
    width: 50px;
    border: 1px solid #E4E4E4;
    background-color: #F2F2F2; }
    .pager a:hover {
      color: #337ECF; }
    .pager a.on {
      background-color: #337ECF;
      border-color: #337ECF;
      color: #fff; }
  .pager a.pager-prev,
  .pager a.pager-next {
    width: 88px; }
  .pager a.disabled {
    color: #d7d7d7;
    cursor: default; }
  .pager input {
    width: 100px;
    padding: 0 0 0 15px;
    line-height: 50px;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #AAAAAA; }
  .pager input::-webkit-input-placeholder {
    color: #d7d7d7; }
  .pager button {
    width: 80px;
    color: #fff;
    background-color: #337ECF;
    cursor: pointer; }
    .pager button:hover {
      background-color: #337ECF; }
  .pager .choose-page {
    display: none;
    width: 90px;
    height: 30px;
    border: 1px solid #AAA;
    color: #D7D7D7;
    border-radius: 4px;
    margin-right: 6px; }
    .pager .choose-page option {
      color: #333; }

#foxWechatBox {
  width: 20rem !important;
  height: 24rem !important;
  border: none;
  border-radius: 10px;
  padding: 2.8rem 2.5rem 3.5rem !important;
  box-sizing: border-box;
  position: relative;
  margin-left: -10rem !important;
  margin-top: -12rem !important; }
  #foxWechatBox > div {
    text-align: center;
    font-size: 1.2rem !important; }
  #foxWechatBox .share_weixin_qrcode {
    margin: 1.5rem 0 !important; }
  #foxWechatBox a.share_weixin_close {
    top: -1.8rem !important;
    right: -1.5rem !important;
    font-size: 1.5rem !important;
    width: 1rem !important;
    height: 1rem !important; }
  #foxWechatBox img {
    width: 15rem !important;
    height: 15rem !important; }

@media (max-width: 1440px) {
  .layout {
    width: 1200px; }

  .inner-layout {
    width: 1200px; } }
@media (max-width: 1280px) {
  html {
    font-size: 16px; }

  .layout {
    width: 960px; }

  .path {
    font-size: 12px; }

  .inner-layout {
    width: 960px; }

  .pager {
    margin-top: 18px; }

  .pager a, .pager input, .pager button, .pager span {
    margin-right: 8px; } }
@media (max-width: 960px) {
  body, html {
    max-width: 100%;
    min-width: 360px; }

  .layout {
    width: 100%;
    min-width: 320px; }

  .mt40 {
    margin-top: 20px !important; }

  .mt60 {
    margin-top: 30px !important; }

  .mb80 {
    margin-bottom: 40px !important; }

  .inner-layout {
    width: auto;
    box-sizing: border-box;
    padding: 0 20px; }

  .inner-layout.no-margin {
    margin: 0; }

  .path {
    padding-top: 20px; }

  #currentMedia {
    width: 960px; }

  .pager input {
    display: none; }

  .pager .choose-page {
    display: inline-block; }

  .pager {
    margin-top: 10px;
    padding-bottom: 40px; }

  .pager a, .pager input, .pager button, .pager span {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin-right: 6px; }

  .pager a {
    width: 30px;
    margin-bottom: 10px; }

  .pager a.pager-prev, .pager a.pager-next, .pager button {
    width: 50px; } }
.container {
  min-height: 500px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./slider/fonts/slick.eot");
  src: url("./slider/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./slider/fonts/slick.woff") format("woff"), url("./slider/fonts/slick.ttf") format("truetype"), url("./slider/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:focus,
  .slick-next:focus {
    outline: none; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  .slick-prev:before {
    content: "←"; }

.slick-next {
  right: -25px; }
  .slick-next:before {
    content: "→"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0px 5px;
    padding: 0px;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: 0;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:focus {
        outline: 0; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      opacity: 0.75; }

@keyframes popFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes popFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    -ms-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes showArrow {
  from {
    opacity: 0;
    transform: translateX(-0.5rem); }
  to {
    opacity: 1;
    transform: translateX(0); } }
@keyframes rotateY {
  0% {
    transform: rotateY(0deg); }
  100% {
    transform: rotateY(360deg); } }
h1.center-tit001 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: normal; }
  h1.center-tit001 a.tit {
    font-size: 1.6rem;
    color: #333333;
    line-height: 1;
    margin-bottom: 1rem; }
  h1.center-tit001 a.more {
    display: flex;
    align-items: center; }
    h1.center-tit001 a.more span {
      font-size: 0.8rem;
      line-height: 1;
      color: #7F7F7F; }
    h1.center-tit001 a.more i {
      font-size: 0.8rem;
      color: #004C99;
      margin-left: 0.5rem; }
    h1.center-tit001 a.more:hover span {
      color: #337ECF; }
  @media (max-width: 960px) {
    h1.center-tit001 a.tit {
      font-size: 18px;
      margin-bottom: 14px; }
    h1.center-tit001 a.more i {
      margin-left: 4px;
      font-size: 14px; } }

h1.left-tit001 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: normal; }
  h1.left-tit001 a.tit {
    font-size: 1.6rem;
    color: #333333;
    line-height: 1;
    margin-bottom: 1rem; }
  h1.left-tit001 a.more {
    display: flex;
    align-items: center; }
    h1.left-tit001 a.more span {
      font-size: 0.8rem;
      line-height: 1;
      color: #7F7F7F; }
    h1.left-tit001 a.more i {
      font-size: 0.8rem;
      color: #004C99;
      margin-left: 0.5rem; }
    h1.left-tit001 a.more:hover span {
      color: #337ECF; }
  @media (max-width: 960px) {
    h1.left-tit001 a.tit {
      font-size: 18px;
      margin-bottom: 14px; }
    h1.left-tit001 a.more i {
      margin-left: 4px;
      font-size: 14px; } }

h1.left-tit-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: normal;
  z-index: 1;
  position: relative; }
  h1.left-tit-more.white a.tit {
    color: #fff; }
  h1.left-tit-more a.tit {
    font-size: 1.6rem;
    line-height: 1;
    color: #333; }
  h1.left-tit-more a.more {
    display: flex;
    align-items: center; }
    h1.left-tit-more a.more span {
      font-size: 0.8rem;
      line-height: 1;
      color: #004C99;
      transition: all 0.5s; }
    h1.left-tit-more a.more i {
      color: #004C99;
      font-size: 0.8rem;
      margin-left: 0.4rem; }
  @media (max-width: 960px) {
    h1.left-tit-more a.tit {
      font-size: 18px; } }

h1.left-tab-tit001 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: normal; }
  h1.left-tab-tit001.black a.tit {
    color: #000000; }
    h1.left-tab-tit001.black a.tit:after {
      background-color: #004C99; }
  h1.left-tab-tit001 a.tit {
    font-size: 2rem;
    line-height: 2rem;
    color: #fff;
    position: relative; }
    h1.left-tab-tit001 a.tit:after {
      content: "";
      display: block;
      width: 3.2rem;
      height: 0.2rem;
      background-color: #fff;
      position: absolute;
      left: 0;
      bottom: -0.7rem;
      border-radius: 7.5rem; }
  h1.left-tab-tit001 .tab-tit {
    flex: 1;
    font-size: 0; }
    h1.left-tab-tit001 .tab-tit a {
      margin-right: 1.5rem;
      font-size: 1.2rem;
      line-height: 1;
      color: #333333;
      position: relative; }
      h1.left-tab-tit001 .tab-tit a.cur {
        color: #004C99; }
        h1.left-tab-tit001 .tab-tit a.cur:after {
          position: absolute;
          content: "";
          font-size: 0;
          width: 0;
          height: 0;
          border: 0.65rem solid transparent;
          border-top-color: #337ECF;
          left: 50%;
          transform: translateX(-50%);
          bottom: -1.5rem;
          border-top-width: 0.5rem;
          border-bottom-width: 0.5rem; }
  h1.left-tab-tit001 a.more {
    display: flex;
    align-items: center; }
    h1.left-tab-tit001 a.more span {
      font-size: 0.8rem;
      line-height: 0.8rem;
      color: #AAAAAA;
      transition: all 0.5s; }
    h1.left-tab-tit001 a.more i {
      color: #337ECF;
      font-size: 1.2rem;
      margin-left: 0.5rem; }
    h1.left-tab-tit001 a.more:hover span {
      color: #337ECF; }

h2.left-tab-tit002 {
  display: flex;
  justify-content: space-between;
  font-weight: normal;
  position: relative; }
  h2.left-tab-tit002 .tab-tit {
    font-size: 1.2rem;
    line-height: 1;
    position: relative; }
    h2.left-tab-tit002 .tab-tit a {
      color: #333;
      display: inline-block; }
    h2.left-tab-tit002 .tab-tit.cur a {
      color: #004C99; }
    h2.left-tab-tit002 .tab-tit.cur:after {
      position: absolute;
      content: "";
      font-size: 0;
      width: 0;
      height: 0;
      border: 0.75rem solid transparent;
      border-top-color: #337ECF;
      left: 50%;
      transform: translateX(-50%);
      bottom: -1rem;
      border-top-width: 0.5rem;
      border-bottom-width: 0; }
    h2.left-tab-tit002 .tab-tit + .tab-tit {
      margin-left: 1.45rem;
      position: relative; }
      h2.left-tab-tit002 .tab-tit + .tab-tit:before {
        display: block;
        content: "";
        width: 1px;
        height: 1.2rem;
        background-color: #E4E4E4;
        position: absolute;
        left: -0.7rem;
        top: 0; }
  h2.left-tab-tit002 a.more {
    display: flex;
    align-items: center; }
    h2.left-tab-tit002 a.more span {
      font-size: 0.8rem;
      line-height: 0.8rem;
      color: #004C99;
      transition: all 0.5s; }
    h2.left-tab-tit002 a.more i {
      color: #EABE69;
      font-size: 1.2rem;
      margin-left: 0.5rem; }
    h2.left-tab-tit002 a.more:hover span {
      color: #337ECF; }

@media (max-width: 960px) {
  body, html {
    max-width: 100%;
    overflow-x: hidden;
    min-width: 360px; }

  h1.center-tit001 {
    font-size: 18px; }

  h1.left-tit-more a.tit {
    font-size: 18px; }

  h1.left-tab-tit001 .tab-tit a,
  h1.tit-line a {
    font-size: 18px; } }
.show-share-position {
  position: absolute;
  top: 0; }

.show-share-box {
  position: absolute;
  top: 0;
  left: -3.8rem;
  width: 2.8rem;
  z-index: 11; }
  .show-share-box.position {
    position: fixed;
    top: 2.8rem;
    left: 50%;
    margin-left: -33.8rem; }
  .show-share-box .share-ico {
    width: 2.8rem;
    height: 2.8rem;
    line-height: 2.8rem;
    text-align: center;
    color: #AAAAAA;
    background-color: #E4E4E4;
    cursor: pointer; }
    .show-share-box .share-ico i {
      font-size: 1.5rem; }
    .show-share-box .share-ico.close {
      background-color: #004C99;
      color: #fff; }
  .show-share-box .share-container .share-btn {
    display: block;
    background-color: #E4E4E4;
    width: 2.8rem;
    height: 2.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff; }
    .show-share-box .share-container .share-btn span {
      display: none;
      font-size: 0.7rem; }
    .show-share-box .share-container .share-btn i {
      font-size: 1.2rem;
      animation: showSpan 0.5s; }
@keyframes showSpan {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
    .show-share-box .share-container .share-btn:hover i {
      display: none; }
    .show-share-box .share-container .share-btn:hover span {
      display: inline-block;
      animation: showSpan 0.5s; }
    .show-share-box .share-container .share-btn.copy-btn {
      background-color: #F59A23; }
    .show-share-box .share-container .share-btn.qr-btn {
      background-color: #70B603; }
    .show-share-box .share-container .share-btn.print-btn {
      background-color: #02A7F0; }

@media (max-width: 1200px) {
  .show-share-position {
    position: static; }

  .show-share-box.position {
    margin-left: -480px; }

  .show-share-box {
    margin-top: 30px;
    position: static;
    width: 128px;
    display: flex; }
    .show-share-box .share-ico {
      width: 32px;
      height: 32px;
      line-height: 32px; }
      .show-share-box .share-ico i {
        font-size: 18px; }
    .show-share-box .share-container {
      display: flex; }
      .show-share-box .share-container .share-btn {
        width: 32px;
        height: 32px; }
        .show-share-box .share-container .share-btn i {
          font-size: 14px; } }
@media (max-width: 960px) {
  .show-share-box.position {
    margin-left: 10px;
    left: 0; }

  .show-share-box .share-container .share-btn:hover i {
    display: block; }
  .show-share-box .share-container .share-btn:hover span {
    display: none; } }
.ruifox-audio-box {
  height: fit-content;
  display: none; }
  .ruifox-audio-box .mp3_player {
    width: 1rem;
    height: 1rem;
    position: relative;
    cursor: pointer; }
    .ruifox-audio-box .mp3_player:before {
      content: "\e65d";
      font-family: 'icon363';
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      font-size: 1rem; }
    .ruifox-audio-box .mp3_player.on:before {
      content: "\e6c6"; }
  .ruifox-audio-box .ruifoxAudio {
    display: none; }

.dm-header001 {
  background-color: #fff;
  border-top: 0.5rem solid #004C99;
  padding: 1.5rem 0; }
  .dm-header001 .logo-row {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .dm-header001 .logo-row a.logo-img {
      display: block;
      height: 3rem; }
      .dm-header001 .logo-row a.logo-img img {
        height: 100%; }
    .dm-header001 .logo-row .nav {
      flex: 1;
      margin-right: 1rem; }
      .dm-header001 .logo-row .nav .nav-ul {
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        .dm-header001 .logo-row .nav .nav-ul > li {
          font-size: 18px;
          white-space: nowrap; }
          .dm-header001 .logo-row .nav .nav-ul > li + li {
            margin-left: 2rem; }
          .dm-header001 .logo-row .nav .nav-ul > li > a {
            color: #333333;
            position: relative; }
            .dm-header001 .logo-row .nav .nav-ul > li > a:after {
              content: '';
              display: block;
              position: absolute;
              bottom: -1rem;
              left: 50%;
              height: 2px;
              width: 0;
              background-color: #FFA943;
              transition: all 0.3s; }
          .dm-header001 .logo-row .nav .nav-ul > li:hover > a:after {
            width: 100%;
            left: 0; }
          .dm-header001 .logo-row .nav .nav-ul > li.cur > a {
            font-weight: bold; }
            .dm-header001 .logo-row .nav .nav-ul > li.cur > a:after {
              width: 100%;
              left: 0; }
    .dm-header001 .logo-row .right-btn {
      display: flex;
      align-items: center; }
      .dm-header001 .logo-row .right-btn a.gohome-bar {
        width: 6.5rem;
        height: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 1000px;
        border: 1px solid #004C99;
        box-sizing: border-box;
        overflow: hidden;
        position: relative; }
        .dm-header001 .logo-row .right-btn a.gohome-bar:before {
          content: "";
          position: absolute;
          width: 6.5rem;
          height: 6.5rem;
          border-radius: 50% 50% 0px 0px;
          left: 0;
          top: 100%;
          -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
          background-color: #004C99; }
        .dm-header001 .logo-row .right-btn a.gohome-bar i, .dm-header001 .logo-row .right-btn a.gohome-bar span {
          position: relative;
          z-index: 1;
          color: #004C99;
          font-size: 0.8rem; }
        .dm-header001 .logo-row .right-btn a.gohome-bar i {
          margin-right: 0.5rem; }
      .dm-header001 .logo-row .right-btn .search-btn {
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        box-sizing: border-box;
        text-align: center;
        line-height: 2rem;
        cursor: pointer;
        overflow: hidden;
        border: 1px solid #D7D7D7;
        position: relative;
        margin-left: 0.5rem; }
        .dm-header001 .logo-row .right-btn .search-btn i {
          color: #004C99;
          font-size: 1rem;
          position: relative;
          z-index: 1; }
        .dm-header001 .logo-row .right-btn .search-btn:before {
          content: "";
          position: absolute;
          width: 2rem;
          height: 2rem;
          border-radius: 2rem 2rem 0px 0px;
          left: 0;
          top: 100%;
          -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
          background-color: #004C99; }
      .dm-header001 .logo-row .right-btn .menu {
        color: #004C99;
        display: none;
        margin-left: 10px; }
        .dm-header001 .logo-row .right-btn .menu i {
          font-size: 30px; }
      @media (any-hover: hover) {
        .dm-header001 .logo-row .right-btn a.gohome-bar:hover:before {
          top: -2.25rem;
          -webkit-transform: scale(1.2); }
        .dm-header001 .logo-row .right-btn a.gohome-bar:hover i, .dm-header001 .logo-row .right-btn a.gohome-bar:hover span {
          color: #fff; }
        .dm-header001 .logo-row .right-btn .search-btn:hover {
          border: none; }
          .dm-header001 .logo-row .right-btn .search-btn:hover:before {
            top: 0;
            -webkit-transform: scale(1.2); }
          .dm-header001 .logo-row .right-btn .search-btn:hover i {
            color: #fff; } }
  .dm-header001 .search {
    display: none;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 76, 153, 0.95);
    z-index: 2000; }
    .dm-header001 .search form {
      position: relative;
      height: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .dm-header001 .search form .turn-down-search {
        position: absolute;
        right: 5rem;
        top: 5rem; }
        .dm-header001 .search form .turn-down-search i {
          color: #fff;
          font-size: 46px; }
      .dm-header001 .search form h2 {
        font-size: 1.6rem;
        color: #fff;
        font-weight: normal;
        margin-bottom: 2rem; }
      .dm-header001 .search form .change-wrap {
        width: 40rem;
        height: 3.2rem;
        display: flex; }
        .dm-header001 .search form .change-wrap input {
          height: 3.2rem;
          width: 40rem;
          border: none;
          box-sizing: border-box;
          padding-left: 2rem;
          border-radius: 4px 0 0 4px;
          font-size: 0.9rem; }
        .dm-header001 .search form .change-wrap button {
          height: 3.2rem;
          width: 5rem;
          border: none;
          border-top-right-radius: 4px;
          border-bottom-right-radius: 4px;
          background-color: #fff; }
          .dm-header001 .search form .change-wrap button i {
            color: #004C99;
            font-size: 34px; }
      .dm-header001 .search form .hot-search {
        display: flex;
        align-items: center;
        margin-top: 1.5rem;
        justify-content: center; }
        .dm-header001 .search form .hot-search span {
          font-size: 0.7rem;
          color: #ffffff; }
        .dm-header001 .search form .hot-search p {
          line-height: 1.7rem;
          height: 1.7rem;
          margin-right: 0.5rem;
          width: auto;
          background-color: rgba(0, 0, 0, 0.4);
          border-radius: 0.2rem; }
          .dm-header001 .search form .hot-search p a {
            box-sizing: border-box;
            padding: 0 0.5rem;
            display: block;
            height: 100%;
            width: 100%;
            border-radius: 0.2rem;
            color: #fff;
            font-size: 0.7rem; }

@media (max-width: 960px) {
  .dm-header001 {
    padding: 10px 0; }
    .dm-header001 .logo-row {
      padding: 0 10px; }
      .dm-header001 .logo-row a.logo-img {
        height: 30px; }
      .dm-header001 .logo-row .right-btn a.menu {
        display: inline-block; }
    .dm-header001 .search form .turn-down-search {
      right: 12px;
      top: 20px; }
      .dm-header001 .search form .turn-down-search i {
        font-size: 20px; }
    .dm-header001 .search form h2 {
      font-size: 24px;
      margin-bottom: 20px; }
    .dm-header001 .search form .change-wrap {
      width: 320px;
      height: 40px; }
      .dm-header001 .search form .change-wrap input {
        width: 320px;
        height: 40px;
        font-size: 12px;
        padding-left: 10px; }
      .dm-header001 .search form .change-wrap button {
        height: 40px;
        width: 40px; }
        .dm-header001 .search form .change-wrap button i {
          font-size: 16px; }
    .dm-header001 .search form .hot-search {
      width: 320px;
      margin-top: 20px;
      flex-wrap: wrap;
      justify-content: start; }
      .dm-header001 .search form .hot-search span {
        margin-bottom: 10px;
        display: block;
        width: 100%;
        font-size: 14px; }
      .dm-header001 .search form .hot-search p {
        margin-bottom: 10px; }
        .dm-header001 .search form .hot-search p a {
          font-size: 12px; } }
.dm-second-nav-wrap {
  min-width: 1200px; }
  .dm-second-nav-wrap .second-nav {
    min-height: 15.25rem;
    background-color: #004C99; }
  .dm-second-nav-wrap h1 {
    padding: 5.5rem 0 5.2rem;
    height: 15.25rem-3rem;
    line-height: 15.25rem-3rem;
    color: #fff;
    font-size: 0;
    box-sizing: border-box; }
    .dm-second-nav-wrap h1.text-right {
      text-align: right; }
    .dm-second-nav-wrap h1.text-center {
      text-align: center;
      line-height: 15.25rem-3rem; }
    .dm-second-nav-wrap h1 p {
      font-size: 2rem;
      margin-bottom: 1.5rem;
      line-height: 1; }
    .dm-second-nav-wrap h1 span {
      display: inline-block;
      font-size: 16px;
      font-weight: normal; }
      .dm-second-nav-wrap h1 span + span {
        margin-left: 1.2rem; }
  .dm-second-nav-wrap .second-nav-list {
    position: relative; }
    .dm-second-nav-wrap .second-nav-list ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      .dm-second-nav-wrap .second-nav-list ul li {
        position: relative;
        margin: 0 1rem; }
        .dm-second-nav-wrap .second-nav-list ul li a {
          position: relative;
          display: block;
          height: 3rem;
          line-height: 1rem;
          font-size: 0.8rem;
          color: #fff; }
        .dm-second-nav-wrap .second-nav-list ul li:hover a {
          color: #337ECF; }
        .dm-second-nav-wrap .second-nav-list ul li.cur a {
          font-weight: bold; }
        .dm-second-nav-wrap .second-nav-list ul li.cur:after {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 1.3rem;
          height: 0.2rem;
          background-color: #FFA943; }

@media (max-width: 1200px) {
  .dm-second-nav-wrap {
    min-width: 960px; }

  .dm-second-nav-wrap h1 p {
    font-size: 32px; }

  .dm-second-nav-wrap h1 span {
    font-size: 14px; } }
@media (max-width: 960px) {
  .dm-second-nav-wrap {
    min-width: 720px; }

  .dm-second-nav-wrap .second-nav {
    min-height: 130px; }

  .dm-second-nav-wrap h1 {
    padding: 42px 0 38px; }

  .dm-second-nav-wrap h1 p {
    font-size: 18px;
    margin-bottom: 25px; }

  .dm-second-nav-wrap h1 span {
    font-size: 12px; } }
@media (max-width: 720px) {
  .dm-second-nav-wrap {
    min-width: 360px; } }
.dm-second-nav-wrap002 {
  height: 20rem; }
  .dm-second-nav-wrap002 h1 {
    font-size: 2.1rem;
    line-height: 1;
    padding: 3.65rem 0 3.45rem; }

@media (max-width: 960px) {
  .dm-second-nav-wrap002 {
    height: 280px; }

  .dm-second-nav-wrap002 h1 {
    padding: 42px 0 38px;
    font-size: 18px; }

  .dm-second-nav-wrap002 h1 span {
    font-size: 12px; } }
.guide-page001 {
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  position: fixed;
  overflow: hidden; }
  .guide-page001:before {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
  .guide-page001 .index-banner-slick {
    width: 100%;
    height: 100vh;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center; }
    .guide-page001 .index-banner-slick #index-vd {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .guide-page001 .index-banner-slick .index-slider-item {
      display: block;
      height: 100vh;
      width: 100%;
      background-size: cover;
      background-position: center; }
  .guide-page001 .show-item {
    transform: translateY(20px);
    opacity: 0;
    transition-property: transform, opacity;
    transition-duration: .8s; }
    .guide-page001 .show-item.show {
      transform: translateY(0);
      opacity: 1; }
      .guide-page001 .show-item.show.btn-box0 {
        transition-delay: 1s; }
      .guide-page001 .show-item.show.btn-box1 {
        transition-delay: 1.2s; }
      .guide-page001 .show-item.show.btn-box2 {
        transition-delay: 1.4s; }
      .guide-page001 .show-item.show.btn-box3 {
        transition-delay: 1.6s; }
  .guide-page001 .index-top {
    z-index: 2;
    position: relative;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent); }
    .guide-page001 .index-top .index-header-layout {
      height: 9rem;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .guide-page001 .index-top .index-header-layout .logo {
        height: 5.25rem; }
      .guide-page001 .index-top .index-header-layout .right-btn {
        display: flex; }
        .guide-page001 .index-top .index-header-layout .right-btn .btn-item {
          display: flex;
          align-items: center;
          color: rgba(255, 255, 255, 0.8); }
          .guide-page001 .index-top .index-header-layout .right-btn .btn-item i {
            font-size: 1rem;
            line-height: 1;
            margin-right: 0.5rem; }
          .guide-page001 .index-top .index-header-layout .right-btn .btn-item a {
            font-size: 0.9rem;
            line-height: 1;
            color: rgba(255, 255, 255, 0.8);
            display: block; }
          .guide-page001 .index-top .index-header-layout .right-btn .btn-item + .btn-item {
            margin-left: 2rem; }
  .guide-page001 .inner-guide {
    transform: translateY(-50%);
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    height: fit-content; }
    .guide-page001 .inner-guide .entry-content {
      display: flex;
      justify-content: center; }
      .guide-page001 .inner-guide .entry-content a.entry-item.entry1 .inner-entry-item {
        width: 14rem;
        height: 13.5rem; }
        .guide-page001 .inner-guide .entry-content a.entry-item.entry1 .inner-entry-item i {
          top: 3.8rem; }
      .guide-page001 .inner-guide .entry-content a.entry-item .inner-entry-item {
        width: 12rem;
        height: 11.5rem;
        border-radius: 0.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #fff;
        position: relative;
        overflow: hidden;
        transition: all .5s ease;
        box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3); }
      .guide-page001 .inner-guide .entry-content a.entry-item .block {
        width: 5rem;
        height: 5rem;
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        transition: all .5s ease; }
      .guide-page001 .inner-guide .entry-content a.entry-item i {
        transition: all .5s ease;
        text-align: center;
        font-size: 3rem;
        position: absolute;
        top: 2.75rem; }
      .guide-page001 .inner-guide .entry-content a.entry-item p {
        font-size: 1.6rem;
        line-height: 1;
        transition: all .5s ease;
        margin-top: 1.25rem; }
      .guide-page001 .inner-guide .entry-content a.entry-item .ygb-tit {
        margin-top: 0.5rem;
        font-size: 0.7rem;
        color: rgba(255, 255, 255, 0.8); }
      .guide-page001 .inner-guide .entry-content a.entry-item:nth-of-type(1) .inner-entry-item {
        background-color: rgba(0, 76, 153, 0.95); }
      .guide-page001 .inner-guide .entry-content a.entry-item:nth-of-type(1) .block {
        background-color: #0F3C95; }
      .guide-page001 .inner-guide .entry-content a.entry-item:nth-of-type(2) .inner-entry-item {
        height: 12.5rem;
        background-color: rgba(234, 190, 105, 0.95); }
      .guide-page001 .inner-guide .entry-content a.entry-item:nth-of-type(2) .block {
        background-color: #DFAA43; }
      .guide-page001 .inner-guide .entry-content a.entry-item:nth-of-type(3) .block {
        background-color: #D4E0F2; }
      .guide-page001 .inner-guide .entry-content a.entry-item:nth-of-type(3) p,
      .guide-page001 .inner-guide .entry-content a.entry-item:nth-of-type(3) i {
        color: #2952A2; }
      .guide-page001 .inner-guide .entry-content a.entry-item:nth-of-type(3) .inner-entry-item {
        background-color: rgba(255, 255, 255, 0.95); }
      .guide-page001 .inner-guide .entry-content a.entry-item:nth-of-type(4) .inner-entry-item {
        background-color: rgba(55, 156, 164, 0.95); }
      .guide-page001 .inner-guide .entry-content a.entry-item:nth-of-type(4) .block {
        background-color: #268990; }
      @media (any-hover: hover) {
        .guide-page001 .inner-guide .entry-content a.entry-item:hover {
          z-index: 6; }
          .guide-page001 .inner-guide .entry-content a.entry-item:hover .block {
            transform: scale(10); }
          .guide-page001 .inner-guide .entry-content a.entry-item:hover i {
            color: rgba(255, 255, 255, 0.2);
            top: 2.5rem;
            transform: scale(2);
            transform-origin: top; }
          .guide-page001 .inner-guide .entry-content a.entry-item:hover p {
            font-weight: normal;
            top: 3.9rem;
            left: 2.65rem;
            transform: translateY(-2.5rem); }
            .guide-page001 .inner-guide .entry-content a.entry-item:hover p:after {
              background-color: #fff;
              width: 2rem;
              left: 50%;
              margin-left: -1rem;
              bottom: -1.15rem; }
          .guide-page001 .inner-guide .entry-content a.entry-item:hover:nth-of-type(3) i {
            color: rgba(41, 82, 162, 0.2); } }
    .guide-page001 .inner-guide .show-item {
      transform: translateY(-20px);
      opacity: 0;
      transition-property: transform, opacity;
      transition-duration: .8s; }
      .guide-page001 .inner-guide .show-item.show {
        transform: translateY(0);
        opacity: 1; }
        .guide-page001 .inner-guide .show-item.show.entry1 {
          transform: translate(36px, 0);
          transition-delay: 0.8s;
          z-index: 5; }
        .guide-page001 .inner-guide .show-item.show.entry2 {
          transform: translate(12px, 70px);
          transition-delay: 1s;
          z-index: 4; }
        .guide-page001 .inner-guide .show-item.show.entry3 {
          transform: translate(-12px, 0);
          transition-delay: 1.2s;
          z-index: 3; }
        .guide-page001 .inner-guide .show-item.show.entry4 {
          transform: translate(-36px, 70px);
          transition-delay: 1.4s;
          z-index: 2; }
  .guide-page001 .bottom-info {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 9rem;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6));
    box-sizing: border-box;
    padding-top: 0.9rem;
    display: flex;
    justify-content: center;
    align-items: center; }
    .guide-page001 .bottom-info .info-item {
      display: flex;
      justify-content: center; }
      .guide-page001 .bottom-info .info-item p {
        font-size: 0.7rem;
        line-height: 1;
        color: #fff; }
        .guide-page001 .bottom-info .info-item p a {
          color: #fff; }
        .guide-page001 .bottom-info .info-item p + p {
          margin-left: 0.5rem; }

.index-header-layout {
  width: 60.4rem;
  margin: 0 auto; }

.staff-dialog {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2030;
  display: none; }
  .staff-dialog .inner-dialog {
    width: 34rem;
    height: 20rem;
    border-radius: 8px;
    background-color: #004C99;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/363120/index/pc_dialog_bg.png);
    color: #fff; }
    .staff-dialog .inner-dialog .close {
      font-size: 1.5rem;
      line-height: 1;
      position: absolute;
      right: 2rem;
      top: 2rem;
      cursor: pointer; }
    .staff-dialog .inner-dialog .content {
      padding: 0 2rem;
      margin-top: 4.45rem; }
      .staff-dialog .inner-dialog .content h1 {
        padding-bottom: 1rem;
        border-bottom: 1px dashed rgba(255, 255, 255, 0.6);
        font-size: 1.6rem;
        line-height: 1;
        margin-bottom: 1rem; }
      .staff-dialog .inner-dialog .content span {
        display: block;
        font-size: 0.9rem;
        line-height: 1;
        margin-bottom: 0.5rem; }
      .staff-dialog .inner-dialog .content p {
        font-weight: bold;
        font-size: 0.9rem;
        line-height: 1;
        margin-top: 1rem; }
    .staff-dialog .inner-dialog .btn {
      width: 8.3rem;
      height: 1.9rem;
      border-radius: 5px;
      background-color: #fff;
      border: 1px solid #004C99;
      box-sizing: border-box;
      line-height: 1.9rem;
      text-align: center;
      font-size: 0.9rem;
      color: #004C99;
      position: absolute;
      bottom: 2rem;
      left: 50%;
      transform: translateX(-50%); }
      .staff-dialog .inner-dialog .btn:hover {
        background-color: #eabe69;
        color: #fff; }

@media (max-width: 960px) {
  .index-header-layout {
    width: 100%;
    min-width: 360px;
    padding: 0 20px;
    box-sizing: border-box; }

  .guide-page001:before {
    display: none; }
  .guide-page001 .index-banner-slick #index-vd {
    display: none; }
  .guide-page001 .show-item {
    transform: translateY(0);
    opacity: 1; }
  .guide-page001 .index-top .index-header-layout {
    height: 127px;
    box-sizing: border-box;
    padding-top: 20px;
    flex-direction: column;
    justify-content: flex-start; }
    .guide-page001 .index-top .index-header-layout .logo {
      height: 30px; }
    .guide-page001 .index-top .index-header-layout .right-btn {
      justify-content: space-between;
      margin-top: 20px;
      display: none; }
      .guide-page001 .index-top .index-header-layout .right-btn .btn-item i {
        font-size: 12px;
        margin-right: 10px; }
      .guide-page001 .index-top .index-header-layout .right-btn .btn-item a {
        font-size: 12px; }
  .guide-page001 .inner-guide {
    box-sizing: border-box;
    padding: 0 20px; }
    .guide-page001 .inner-guide .entry-content {
      justify-content: space-between;
      flex-wrap: wrap;
      height: auto; }
      .guide-page001 .inner-guide .entry-content a.entry-item {
        width: calc((100% - 10px)/2);
        height: 27.5vw;
        margin-left: 0;
        margin-top: 10px;
        min-width: 96px;
        min-height: 96px;
        transform: translate(0) !important; }
        .guide-page001 .inner-guide .entry-content a.entry-item:last-child {
          width: 100%; }
        .guide-page001 .inner-guide .entry-content a.entry-item .inner-entry-item {
          width: 100% !important;
          height: 100% !important; }
        .guide-page001 .inner-guide .entry-content a.entry-item .block {
          width: 10vw;
          height: 10vw;
          top: 5vw;
          left: 50%;
          transform: translateX(-50%);
          position: absolute; }
        .guide-page001 .inner-guide .entry-content a.entry-item i {
          left: 50%;
          transform: translateX(-50%);
          top: 6vw !important;
          font-size: 7vw; }
        .guide-page001 .inner-guide .entry-content a.entry-item p {
          font-size: 16px;
          white-space: nowrap;
          left: 50%;
          transform: translateX(-50%);
          top: 17vw;
          position: absolute;
          margin-top: 0; } }
      @media (max-width: 960px) and (any-hover: hover) {
        .guide-page001 .inner-guide .entry-content a.entry-item:hover .inner-entry-item {
          margin-top: -0.5rem; }
        .guide-page001 .inner-guide .entry-content a.entry-item:hover i {
          font-size: 5rem;
          top: 50% !important;
          left: 50%;
          transform: translate(-50%, -50%); }
        .guide-page001 .inner-guide .entry-content a.entry-item:hover p {
          font-weight: normal;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
        .guide-page001 .inner-guide .entry-content a.entry-item:hover .block {
          transform: scale(12); } }
@media (max-width: 960px) {
      .guide-page001 .inner-guide .entry-content .entry-item-box {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between; }
        .guide-page001 .inner-guide .entry-content .entry-item-box a.entry-item {
          width: 96vw;
          height: 96vw;
          margin-left: 0;
          margin-top: 9px; }
    .guide-page001 .inner-guide .show-item {
      transform: translateY(0);
      opacity: 1; }
  .guide-page001 .bottom-info {
    display: block;
    height: auto;
    padding-bottom: 29px; }
    .guide-page001 .bottom-info .info-item {
      flex-direction: column; }
      .guide-page001 .bottom-info .info-item p {
        text-align: center;
        font-size: 12px;
        line-height: 18px; }
        .guide-page001 .bottom-info .info-item p + p {
          margin-left: 0; }

  .staff-dialog .inner-dialog {
    min-width: 320px;
    width: calc(100vw - 40px);
    height: 400px;
    background-image: url(../images/363120/index/m_dialog_bg.jpg); }
    .staff-dialog .inner-dialog .close {
      font-size: 20px;
      top: 20px;
      right: 20px; }
    .staff-dialog .inner-dialog .content {
      margin-top: 60px;
      padding: 0 20px; }
      .staff-dialog .inner-dialog .content h1 {
        text-align: center;
        font-size: 24px; }
      .staff-dialog .inner-dialog .content span {
        font-size: 14;
        text-align: center; }
      .staff-dialog .inner-dialog .content p {
        font-size: 17px;
        text-align: center; }
    .staff-dialog .inner-dialog a.btn {
      left: 50%;
      transform: translateX(-50%);
      bottom: 30px;
      height: 38px;
      line-height: 38px;
      width: 166px; } }
.site-error-wrap {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  margin: auto;
  width: 800px;
  height: 665px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 #716f6f;
  box-shadow: 0 0 10px 0 #716f6f; }

.footer003 {
  background-color: #022c57;
  z-index: 1;
  position: relative; }
  .footer003 .links {
    max-height: 3rem;
    overflow: hidden;
    transition: max-height 0.5s; }
    .footer003 .links .layout {
      position: relative; }
      .footer003 .links .layout ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        .footer003 .links .layout ul li {
          font-size: 0.7rem;
          line-height: 3rem;
          height: 3rem;
          flex-shrink: 0; }
          .footer003 .links .layout ul li + li {
            margin-right: 2rem; }
          .footer003 .links .layout ul li.tit {
            font-weight: bold;
            color: #fff;
            margin-right: 1rem; }
          .footer003 .links .layout ul li a {
            color: rgba(255, 255, 255, 0.8); }
      .footer003 .links .layout a.link-more,
      .footer003 .links .layout a.more-link {
        position: absolute;
        right: 0;
        top: 1.05rem;
        display: none;
        align-items: center; }
        .footer003 .links .layout a.link-more span,
        .footer003 .links .layout a.more-link span {
          font-size: 0.7rem;
          color: #fff;
          line-height: 1; }
        .footer003 .links .layout a.link-more i,
        .footer003 .links .layout a.more-link i {
          color: #DFB728;
          font-size: 0.7rem;
          margin-left: 0.4rem;
          transition: all 0.3s; }
        .footer003 .links .layout a.link-more.active i,
        .footer003 .links .layout a.more-link.active i {
          transform: rotate(180deg); }
    .footer003 .links.show-more .layout ul {
      padding-right: 10px; }
    .footer003 .links.show-more .layout .link-more {
      display: flex; }
    .footer003 .links.open {
      max-height: 240px; }
      .footer003 .links.open a.link-more i {
        transform: rotate(180deg); }
    .footer003 .links .link-nav {
      display: none;
      box-sizing: border-box;
      position: relative;
      left: 0;
      top: 0;
      z-index: 1;
      width: 100%;
      padding: 10px 0;
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
      .footer003 .links .link-nav a {
        float: left;
        display: block;
        color: #fff;
        font-size: 14px;
        line-height: 25px;
        font-family: 微软雅黑, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: rgba(255, 255, 255, 0.6);
        margin-right: 20px; }
  .footer003 .footer-info {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .footer003 .footer-info .inner-footer-info {
      padding-top: 2.5rem;
      padding-bottom: 2rem;
      display: flex;
      justify-content: space-between; }
      .footer003 .footer-info .inner-footer-info .info-item {
        width: 430px; }
      .footer003 .footer-info .inner-footer-info .left-info {
        font-size: 0; }
        .footer003 .footer-info .inner-footer-info .left-info .logo {
          max-width: 400px;
          margin-bottom: 1rem; }
        .footer003 .footer-info .inner-footer-info .left-info .copyright-info a.institution-logo {
          width: 3.7rem;
          height: 4.5rem;
          margin-right: 1rem; }
          .footer003 .footer-info .inner-footer-info .left-info .copyright-info a.institution-logo img {
            width: 100%;
            height: 100%; }
        .footer003 .footer-info .inner-footer-info .left-info .copyright-info ul li {
          font-size: 14px;
          line-height: 1.5;
          color: #fff;
          margin-bottom: 0.7rem; }
          .footer003 .footer-info .inner-footer-info .left-info .copyright-info ul li span {
            color: rgba(255, 255, 255, 0.5); }
          .footer003 .footer-info .inner-footer-info .left-info .copyright-info ul li a {
            color: #fff; }
      .footer003 .footer-info .inner-footer-info .address-phone {
        flex: 1; }
        .footer003 .footer-info .inner-footer-info .address-phone ul {
          display: flex;
          flex-wrap: wrap; }
          .footer003 .footer-info .inner-footer-info .address-phone ul div {
            width: 50%; }
            @media (max-width: 960px) {
              .footer003 .footer-info .inner-footer-info .address-phone ul div {
                width: 100%; } }
          .footer003 .footer-info .inner-footer-info .address-phone ul li {
            font-size: 14px;
            line-height: 1.5;
            color: #fff;
            margin-bottom: 0.7rem; }
            .footer003 .footer-info .inner-footer-info .address-phone ul li span {
              color: rgba(255, 255, 255, 0.5); }
            .footer003 .footer-info .inner-footer-info .address-phone ul li a {
              color: #fff; }
      .footer003 .footer-info .inner-footer-info .right-qr {
        display: flex;
        flex-direction: column;
        align-items: end;
        width: fit-content; }
        .footer003 .footer-info .inner-footer-info .right-qr .top {
          display: flex;
          flex-wrap: wrap;
          justify-content: flex-end;
          margin-right: -0.5rem; }
          .footer003 .footer-info .inner-footer-info .right-qr .top .qr-item {
            margin: 0 0.5rem 0.5rem 0;
            width: 4rem;
            height: 4rem;
            border-radius: 8px;
            background-color: rgba(255, 255, 255, 0.15);
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center; }
            .footer003 .footer-info .inner-footer-info .right-qr .top .qr-item i {
              font-size: 40px;
              color: rgba(255, 255, 255, 0.8);
              margin-bottom: 8px; }
            .footer003 .footer-info .inner-footer-info .right-qr .top .qr-item .svg {
              width: 3rem;
              fill: rgba(255, 255, 255, 0.8);
              margin-top: -0.5rem;
              margin-bottom: -0.3rem; }
            .footer003 .footer-info .inner-footer-info .right-qr .top .qr-item > span {
              font-size: 14px;
              line-height: 1;
              color: rgba(255, 255, 255, 0.6);
              text-align: center; }
            .footer003 .footer-info .inner-footer-info .right-qr .top .qr-item .img-wrap {
              display: none;
              position: absolute;
              bottom: 4.9rem;
              left: 50%;
              margin-left: -70px;
              width: 140px;
              background-color: #fff;
              border-radius: 4px;
              box-sizing: border-box;
              padding: 10px;
              font-size: 0;
              flex-direction: column;
              align-items: center;
              z-index: 1;
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
              .footer003 .footer-info .inner-footer-info .right-qr .top .qr-item .img-wrap:before {
                content: "";
                width: 0;
                height: 0;
                font-size: 0;
                border: 10px solid transparent;
                border-top-color: #fff;
                position: absolute;
                bottom: -20px;
                left: 50%;
                transform: translateX(-50%); }
              .footer003 .footer-info .inner-footer-info .right-qr .top .qr-item .img-wrap img {
                width: 120px;
                height: 120px;
                margin-bottom: 10px; }
              .footer003 .footer-info .inner-footer-info .right-qr .top .qr-item .img-wrap span {
                font-size: 14px;
                line-height: 1;
                color: #333333; }
            .footer003 .footer-info .inner-footer-info .right-qr .top .qr-item:hover {
              background-color: #004C99; }
              .footer003 .footer-info .inner-footer-info .right-qr .top .qr-item:hover > span {
                color: #fff; }
              .footer003 .footer-info .inner-footer-info .right-qr .top .qr-item:hover .img-wrap {
                animation: popFadeInUp .5S;
                display: flex; }
        .footer003 .footer-info .inner-footer-info .right-qr .bottom {
          width: 8.25rem;
          height: 4rem;
          border: 1px solid rgba(255, 255, 255, 0.7);
          border-radius: 0.25rem;
          color: white;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          margin-top: 0.75rem; }
          .footer003 .footer-info .inner-footer-info .right-qr .bottom .num {
            font-size: 20px;
            position: relative; }
            .footer003 .footer-info .inner-footer-info .right-qr .bottom .num::after {
              content: '';
              position: absolute;
              width: 20px;
              height: 2px;
              background: white;
              left: 50%;
              bottom: -0.2rem;
              transform: translateX(-50%); }
          .footer003 .footer-info .inner-footer-info .right-qr .bottom .tit {
            font-size: 14px;
            margin-top: 0.5rem; }
  .footer003 .bottom .layout {
    display: flex;
    justify-content: space-between;
    height: 3rem;
    align-items: center; }
    .footer003 .bottom .layout .left-author {
      font-size: 0.7rem; }
      .footer003 .bottom .layout .left-author span {
        color: #fff; }
      .footer003 .bottom .layout .left-author a {
        color: #fff; }
        .footer003 .bottom .layout .left-author a:hover {
          color: #cfb36d; }
    .footer003 .bottom .layout .share-box {
      font-size: 0; }
      .footer003 .bottom .layout .share-box span {
        font-family: 微软雅黑, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: white;
        font-size: 0.7rem; }
      .footer003 .bottom .layout .share-box .share-btn {
        display: inline-block;
        width: 1.6rem;
        height: 1.6rem;
        text-align: center;
        line-height: 1.6rem;
        border-radius: 4px;
        background-color: rgba(255, 255, 255, 0.15); }
        .footer003 .bottom .layout .share-box .share-btn i {
          font-size: 1rem;
          color: #fff; }
        .footer003 .bottom .layout .share-box .share-btn + .share-btn {
          margin-left: 0.5rem; }

.qr-container {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 3000; }
  .qr-container .qr-content {
    width: 300px;
    height: 320px;
    background-color: #fff;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .qr-container .qr-content i {
      position: absolute;
      top: 10px;
      right: 10px;
      color: #333;
      font-size: 20px;
      line-height: 1;
      cursor: pointer; }
    .qr-container .qr-content p {
      margin: 0.5rem 0 0;
      font-size: 0.9rem;
      color: #333; }

.aside-s-001 {
  position: fixed;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  width: 80px;
  transition: all 0.3s;
  opacity: 1; }
  .aside-s-001 a {
    width: 4rem;
    height: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
    background-color: #24B1B2;
    color: #fff;
    font-size: 0;
    transition: all 0.5s;
    margin-bottom: 0.5rem; }
    .aside-s-001 a i {
      font-size: 1.5rem;
      margin-bottom: 0.5rem; }
    .aside-s-001 a span {
      font-size: 0.7rem;
      line-height: 1; }
    .aside-s-001 a:hover {
      background-color: #EABE69; }
  .aside-s-001.show-aside {
    opacity: 1 !important; }

.float-win {
  position: fixed;
  z-index: 1001;
  top: 7.5rem;
  left: 0;
  height: 7.9rem;
  width: 14rem; }
  .float-win li {
    padding: 5px 0; }
    .float-win li .float-img {
      display: inline-block;
      position: relative; }
      .float-win li .float-img img {
        height: 7.9rem;
        width: 14rem; }
      .float-win li .float-img .close {
        background: #fff;
        position: absolute;
        top: 0;
        right: 0;
        width: 15px;
        height: 15px;
        line-height: 15px;
        text-align: center;
        opacity: 0.5; }

.share-mask {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999; }

.link-site-mask {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999; }
  .link-site-mask .link-site-box {
    width: 24rem;
    height: max-content;
    background-color: #fff;
    border-radius: 0.4rem;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
    .link-site-mask .link-site-box h2 {
      font-size: 0.9rem;
      font-weight: bold;
      height: 2.9rem;
      box-sizing: border-box;
      padding: 1rem;
      border-bottom: 1px solid #E4E4E4; }
    .link-site-mask .link-site-box div.msg-cont {
      font-size: 0.8rem;
      margin-bottom: 1rem;
      padding: 1rem;
      text-align: center; }
      .link-site-mask .link-site-box div.msg-cont p:nth-child(1) {
        margin-bottom: 0.5rem; }
      .link-site-mask .link-site-box div.msg-cont span.content-box,
      .link-site-mask .link-site-box div.msg-cont span.url-box {
        font-size: 0.7rem;
        color: #AAAAAA;
        line-height: 16px;
        max-height: 32px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
    .link-site-mask .link-site-box .button-wrap {
      display: flex;
      flex-direction: row-reverse;
      padding: 20px;
      border-top: 1px solid #E4E4E4; }
      .link-site-mask .link-site-box .button-wrap .button-box {
        display: flex; }
      .link-site-mask .link-site-box .button-wrap a {
        display: block;
        font-size: 0.7rem;
        box-sizing: border-box;
        height: 1.6rem;
        width: 3rem;
        background-color: #4D99F2;
        border-radius: 0.2rem;
        line-height: 1.6rem;
        text-align: center;
        color: #FFF; }
      .link-site-mask .link-site-box .button-wrap a + a {
        margin-left: 0.5rem;
        background-color: #fff;
        border: 1px solid #C4C9D5;
        color: #333; }
      .link-site-mask .link-site-box .button-wrap a:hover {
        background-color: #73B2FB; }
      .link-site-mask .link-site-box .button-wrap a + a:hover {
        background-color: rgba(170, 170, 170, 0.2); }

@media (max-width: 1440px) {
  .footer003 .footer-info .inner-footer-info .info-item {
    width: 19rem; }
  .footer003 .footer-info .inner-footer-info .left-info .logo {
    max-width: 350px; } }
@media (max-width: 1280px) {
  .footer003 .links .layout a.link-more {
    top: 14px; }
  .footer003 .footer-info .inner-footer-info .info-item {
    width: 304px; }
  .footer003 .footer-info .inner-footer-info .left-info .logo {
    max-width: 282px; }
  .footer003 .footer-info .inner-footer-info .left-info .copyright-info ul li {
    font-size: 12px; }
  .footer003 .footer-info .inner-footer-info .address-phone ul li {
    font-size: 12px; }
  .footer003 .footer-info .inner-footer-info .right-qr .qr-item i {
    margin-bottom: 0; }
  .footer003 .footer-info .inner-footer-info .right-qr .qr-item > span {
    display: none; }

  .aside-s-001 {
    display: none; } }
@media (max-width: 960px) {
  .footer003 .links {
    max-height: none; }
    .footer003 .links .layout {
      box-sizing: border-box;
      padding: 0 20px; }
      .footer003 .links .layout ul li.link-item, .footer003 .links .layout ul li.tit u {
        display: none; }
      .footer003 .links .layout a.link-more {
        display: none !important; }
      .footer003 .links .layout a.more-link {
        display: flex;
        top: 17px;
        right: 20px; }
  .footer003 .footer-info .inner-footer-info {
    padding: 20px 0;
    flex-wrap: wrap; }
    .footer003 .footer-info .inner-footer-info .info-item {
      width: 100%; }
    .footer003 .footer-info .inner-footer-info .left-info {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .footer003 .footer-info .inner-footer-info .left-info .logo {
        max-width: 240px;
        margin-bottom: 20px; }
      .footer003 .footer-info .inner-footer-info .left-info .copyright-info {
        display: flex;
        flex-direction: column;
        align-items: center; }
        .footer003 .footer-info .inner-footer-info .left-info .copyright-info a.institution-logo {
          margin-right: 0;
          width: 33px;
          height: 40px;
          margin-bottom: 10px; }
        .footer003 .footer-info .inner-footer-info .left-info .copyright-info ul {
          display: flex;
          flex-direction: column;
          align-items: center; }
    .footer003 .footer-info .inner-footer-info .address-phone ul {
      text-align: center;
      padding-top: 0; }
      .footer003 .footer-info .inner-footer-info .address-phone ul li {
        margin-bottom: 12px; }
    .footer003 .footer-info .inner-footer-info .right-qr {
      margin-top: 10px;
      justify-content: center;
      margin-right: 0;
      align-items: center; }
      .footer003 .footer-info .inner-footer-info .right-qr .qr-item {
        margin: 0 5px 10px; }
  .footer003 .bottom .layout {
    justify-content: center; }
    .footer003 .bottom .layout .share-box {
      display: none; }

  .link-site-mask {
    padding: 0 15px;
    box-sizing: border-box; }
    .link-site-mask .link-site-box {
      width: calc(100% - 30px); } }
.menu-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  border-top: 8px solid;
  border-color: #D2AC85;
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  padding: 8px 0; }
  .menu-header .inner-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 8px;
    height: 36px; }
    .menu-header .inner-menu-header .left-logo a {
      height: 40px;
      display: block; }
      .menu-header .inner-menu-header .left-logo a img {
        height: 100%; }
    .menu-header .inner-menu-header .right-back i {
      font-size: 22px;
      font-weight: bold;
      color: #004C99; }

.menu-container {
  padding-top: 48px; }
  .menu-container .menu-content .search {
    height: 60px;
    margin: 20px 27px; }
    .menu-container .menu-content .search .change-wrap {
      position: relative; }
      .menu-container .menu-content .search .change-wrap .keyword {
        width: 100%;
        height: 40px;
        padding-left: 8px;
        box-sizing: border-box;
        border: 1px solid rgba(0, 76, 153, 0.4);
        line-height: 40px;
        border-radius: 4px; }
      .menu-container .menu-content .search .change-wrap .search-submit {
        position: absolute;
        height: 100%;
        right: 10px;
        background: none;
        border: none;
        cursor: pointer; }
        .menu-container .menu-content .search .change-wrap .search-submit i {
          font-size: 20px;
          line-height: 40px;
          color: #004C99; }
  .menu-container .menu-content .min-nav ul {
    width: 100%; }
    .menu-container .menu-content .min-nav ul li {
      width: 100%; }
      .menu-container .menu-content .min-nav ul li .min-nav-item {
        margin: 0 27px;
        height: 60px;
        border-bottom: 1px solid #E4E4E4;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .menu-container .menu-content .min-nav ul li .min-nav-item a {
          color: #333;
          font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 18px;
          line-height: 60px;
          flex: 1; }
        .menu-container .menu-content .min-nav ul li .min-nav-item i {
          cursor: pointer;
          color: #004C99;
          transition: all 0.3s; }
      .menu-container .menu-content .min-nav ul li .min-second-nav {
        display: none; }
        .menu-container .menu-content .min-nav ul li .min-second-nav .min-second-nav-item .nav-box {
          border-bottom: 1px solid #E4E4E4;
          margin: 0 27px; }
          .menu-container .menu-content .min-nav ul li .min-second-nav .min-second-nav-item .nav-box a.second-nav {
            font-family: 'Arial Normal', 'Arial', sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 14px;
            line-height: 40px; }
          .menu-container .menu-content .min-nav ul li .min-second-nav .min-second-nav-item .nav-box .min-three-nav a.min-three-nav-item {
            display: inline-block;
            font-size: 12px;
            color: #7F7F7F;
            margin: 14px 14px 20px 0; }
        .menu-container .menu-content .min-nav ul li .min-second-nav .min-second-nav-item.has-threenav {
          background-color: #F8F8F8; }
      .menu-container .menu-content .min-nav ul li:first-child .min-nav-item {
        border-top: 1px solid #E4E4E4; }
      .menu-container .menu-content .min-nav ul li.active .min-nav-item i {
        transform: rotate(180deg); }

.inner-list-content .share {
  cursor: pointer;
  position: relative; }
  .inner-list-content .share:hover .bdsharebuttonbox {
    display: block; }
  .inner-list-content .share i {
    margin-right: 0.25rem;
    color: #555555;
    width: 0.8rem;
    height: 0.8rem; }
  .inner-list-content .share span {
    font-size: 0.7rem;
    color: #999999;
    display: block;
    height: 1.4rem;
    position: relative;
    z-index: 2; }
  .inner-list-content .share .enjoy {
    border-bottom: 1px solid #c9c9c9c9; }
  .inner-list-content .share .bdsharebuttonbox {
    box-sizing: border-box;
    display: none;
    position: absolute;
    right: 0;
    top: 1.4rem;
    z-index: 1;
    background: #fff;
    padding: 0.5rem 0.4rem;
    width: 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    .inner-list-content .share .bdsharebuttonbox span {
      display: inline-block;
      color: #555;
      border-bottom: 1px solid #e4e4e4;
      width: 100%;
      height: 1rem; }
    .inner-list-content .share .bdsharebuttonbox a {
      display: block;
      float: none;
      font-size: 0.7rem;
      margin-right: 0;
      width: 100%; }
      .inner-list-content .share .bdsharebuttonbox a.bds_weixin:before {
        content: "\e643";
        font-size: 0.7rem;
        background-color: #70B603; }
      .inner-list-content .share .bdsharebuttonbox a.bds_tsina:before {
        content: "\e642";
        background-color: #D9001B; }
      .inner-list-content .share .bdsharebuttonbox a.copy-link:before {
        content: "\e670";
        font-size: 12px;
        background-color: #F2A141; }
      .inner-list-content .share .bdsharebuttonbox a:before {
        font-family: "iconfont";
        color: #fff;
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        font-size: 0.8rem;
        display: inline-block;
        text-align: center;
        line-height: 1rem;
        vertical-align: text-top; }
      .inner-list-content .share .bdsharebuttonbox a:after {
        content: attr(title);
        margin-left: 0.25rem; }
  .inner-list-content .share .bdshare-button-style0-16 a {
    background-image: none;
    padding-left: 0;
    height: auto; }
  .inner-list-content .share .bdshare-button-style0-24 a {
    line-height: 16px;
    background-image: none;
    padding-left: 0;
    height: auto; }

.inner-list-item {
  position: relative; }
  .inner-list-item .inner-list-tit {
    height: 1rem;
    line-height: 1rem;
    padding-bottom: 1rem;
    padding-top: 2rem;
    border-bottom: 1px solid #c9c9c9; }
    .inner-list-item .inner-list-tit .fl {
      color: #666;
      position: relative;
      font-size: 0.7rem; }
      .inner-list-item .inner-list-tit .fl span {
        font-weight: normal; }
      .inner-list-item .inner-list-tit .fl i {
        font-family: Arial;
        color: #aaa;
        font-style: normal; }
    .inner-list-item .inner-list-tit .fl.list-title {
      font-size: 1.2rem;
      color: #004C99;
      font-weight: normal; }
    .inner-list-item .inner-list-tit .tab-tit {
      display: block;
      color: #555; }
      .inner-list-item .inner-list-tit .tab-tit a {
        display: inline-block;
        color: #666;
        font-weight: normal;
        font-size: 0.7rem;
        position: relative;
        margin-bottom: 0.9rem; }
        .inner-list-item .inner-list-tit .tab-tit a:last-child {
          margin-right: 0; }
        .inner-list-item .inner-list-tit .tab-tit a.cur {
          color: #E38A59;
          font-weight: bold; }
          .inner-list-item .inner-list-tit .tab-tit a.cur:after {
            background-color: #004C99; }
    .inner-list-item .inner-list-tit .toggle-news-style a {
      width: 1.5rem;
      height: 1.5rem;
      margin: 0 5px 0 0;
      border: 1px solid #004C99;
      text-align: center;
      line-height: 1.5rem;
      color: #004C99;
      display: inline-block;
      border-radius: 4px; }
      .inner-list-item .inner-list-tit .toggle-news-style a i {
        font-size: 1.2rem; }
      .inner-list-item .inner-list-tit .toggle-news-style a.active {
        background-color: #004C99;
        color: #fff; }
  .inner-list-item .inner-list-content {
    position: relative; }
    .inner-list-item .inner-list-content .aa {
      border-top: 1px solid #e4e4e4;
      padding-top: 30px;
      padding-bottom: 20px; }
    .inner-list-item .inner-list-content .bac {
      font-size: 0.9rem;
      font-weight: bold; }
    .inner-list-item .inner-list-content a:hover {
      color: #FFA943; }
    .inner-list-item .inner-list-content .mark {
      color: #004C99; }
    .inner-list-item .inner-list-content .borderB {
      margin-bottom: 98px; }
    .inner-list-item .inner-list-content .list-news001 li,
    .inner-list-item .inner-list-content .list-video001 li {
      border-bottom: 1px solid #e4e4e4;
      padding: 1.5rem 0;
      height: 8rem;
      box-sizing: border-box;
      position: relative; }
      .inner-list-item .inner-list-content .list-news001 li.hasthumb,
      .inner-list-item .inner-list-content .list-video001 li.hasthumb {
        padding-left: 10rem; }
      .inner-list-item .inner-list-content .list-news001 li:last-child,
      .inner-list-item .inner-list-content .list-video001 li:last-child {
        border-bottom: none; }
      .inner-list-item .inner-list-content .list-news001 li .thumb,
      .inner-list-item .inner-list-content .list-video001 li .thumb {
        position: absolute;
        left: 0;
        top: 1.5rem;
        width: 9rem;
        height: 5rem;
        overflow: hidden; }
        .inner-list-item .inner-list-content .list-news001 li .thumb img,
        .inner-list-item .inner-list-content .list-video001 li .thumb img {
          display: block;
          width: 100%;
          height: 100%; }
        .inner-list-item .inner-list-content .list-news001 li .thumb i,
        .inner-list-item .inner-list-content .list-video001 li .thumb i {
          font-size: 1.5rem;
          color: rgba(255, 255, 255, 0.6);
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: 99; }
      .inner-list-item .inner-list-content .list-news001 li .title,
      .inner-list-item .inner-list-content .list-video001 li .title {
        font-size: 0.9rem;
        color: #333;
        height: 2.8rem;
        font-family: 微软雅黑;
        line-height: 28px;
        max-height: 56px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
        .inner-list-item .inner-list-content .list-news001 li .title a:hover,
        .inner-list-item .inner-list-content .list-video001 li .title a:hover {
          color: #337ECF; }
      .inner-list-item .inner-list-content .list-news001 li h2,
      .inner-list-item .inner-list-content .list-video001 li h2 {
        font-size: 0.9rem;
        font-weight: bold; }
      .inner-list-item .inner-list-content .list-news001 li.hasthumb .info,
      .inner-list-item .inner-list-content .list-video001 li.hasthumb .info {
        width: calc(100% - 200px); }
      .inner-list-item .inner-list-content .list-news001 li.nothumb .info,
      .inner-list-item .inner-list-content .list-video001 li.nothumb .info {
        width: 100%; }
      .inner-list-item .inner-list-content .list-news001 li .info,
      .inner-list-item .inner-list-content .list-video001 li .info {
        font-size: 0.7rem;
        color: #999;
        line-height: 1.4rem;
        position: absolute;
        bottom: 1.25rem; }
        .inner-list-item .inner-list-content .list-news001 li .info .mark,
        .inner-list-item .inner-list-content .list-video001 li .info .mark {
          color: #999; }
          .inner-list-item .inner-list-content .list-news001 li .info .mark .time,
          .inner-list-item .inner-list-content .list-video001 li .info .mark .time {
            color: #004C99; }
          .inner-list-item .inner-list-content .list-news001 li .info .mark u,
          .inner-list-item .inner-list-content .list-video001 li .info .mark u {
            padding: 0 0.5rem;
            font-size: 12px;
            color: #c7c5c5;
            position: relative;
            top: -1px; }

.list-announce001 li {
  border-bottom: 1px solid #e4e4e4;
  padding: 1.5rem 0;
  position: relative; }
  .list-announce001 li:last-child {
    border-bottom: none; }
  .list-announce001 li .title {
    font-size: 0.9rem;
    color: #333;
    font-family: 微软雅黑;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 0.85rem; }
    .list-announce001 li .title a:hover {
      color: #337ECF; }
  .list-announce001 li h2 {
    font-size: 0.9rem;
    font-weight: bold; }
  .list-announce001 li p {
    color: #797979;
    line-height: 1rem;
    margin-bottom: 0; }
  .list-announce001 li.nothumb .info {
    width: 100%; }
  .list-announce001 li .info {
    font-size: 0.7rem;
    color: #999;
    line-height: 1.4rem; }
    .list-announce001 li .info .mark {
      color: #999; }
      .list-announce001 li .info .mark .time {
        font-family: Arial;
        color: #004C99; }
      .list-announce001 li .info .mark u {
        padding: 0 0.5rem;
        font-size: 12px;
        color: #c7c5c5;
        position: relative;
        top: -1px; }

.list-service001 li {
  width: 100%;
  height: 4rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 1.5rem;
  background-color: #fff; }
  .list-service001 li i {
    font-size: 0.7rem;
    color: #C9C9C9; }
  .list-service001 li p {
    flex: 1;
    margin: 0 1rem 0 0.5rem; }
    .list-service001 li p a {
      font-size: 0.9rem;
      color: #333;
      font-family: 微软雅黑, sans-serif;
      font-weight: 400;
      font-style: normal;
      line-height: 1.35rem;
      max-height: 1.35rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box; }
    .list-service001 li p:hover a {
      color: #337ECF; }
  .list-service001 li .ruifox-audio-box {
    margin-right: 2rem; }
    .list-service001 li .ruifox-audio-box .mp3_player:before {
      color: #004C99; }
  .list-service001 li span {
    color: #004C99;
    font-size: 0.7rem;
    line-height: 1; }
.list-service001.tibetan li p a {
  font-size: 1.2rem;
  line-height: 1.5rem;
  max-height: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box; }
@media (max-width: 960px) {
  .list-service001 li {
    flex-wrap: wrap; }
    .list-service001 li i {
      display: none; }
    .list-service001 li p {
      margin-left: 0; }
    .list-service001 li .ruifox-audio-box {
      margin-right: 0; }
    .list-service001 li span {
      display: block;
      width: 100%; } }

.list-service001.list-sevice-withnav {
  display: flex;
  justify-content: space-between; }
  .list-service001.list-sevice-withnav .nav3-list {
    width: 14rem; }
    .list-service001.list-sevice-withnav .nav3-list h2 {
      font-size: 0.9rem;
      color: #5F929D;
      height: 3.5rem;
      line-height: 3.5rem;
      padding-left: 1.5rem;
      box-sizing: border-box;
      border-bottom: 1px solid #DBC19E;
      position: relative; }
      .list-service001.list-sevice-withnav .nav3-list h2 i {
        position: absolute;
        left: 0;
        top: -23px;
        transform: rotate(270deg);
        font-size: 24px;
        font-weight: normal;
        color: #DBC19E; }
    .list-service001.list-sevice-withnav .nav3-list ul {
      padding-top: 1rem; }
      .list-service001.list-sevice-withnav .nav3-list ul div {
        height: 2.3rem;
        width: 100%;
        line-height: 2.3rem;
        padding-left: 1.5rem;
        box-sizing: border-box; }
        .list-service001.list-sevice-withnav .nav3-list ul div a {
          display: inline-block;
          color: #555555;
          font-size: 0.8rem;
          position: relative;
          padding-left: 10px; }
          .list-service001.list-sevice-withnav .nav3-list ul div a:before {
            content: '';
            display: block;
            position: absolute;
            height: 0.8rem;
            width: 2px;
            background-color: #C69B59;
            left: 0;
            top: 0.75rem; }
      .list-service001.list-sevice-withnav .nav3-list ul div.cur a {
        color: #5F929D;
        font-weight: bolder; }
      .list-service001.list-sevice-withnav .nav3-list ul div:hover {
        background-color: #5898A6; }
        .list-service001.list-sevice-withnav .nav3-list ul div:hover a {
          color: #fff; }
          .list-service001.list-sevice-withnav .nav3-list ul div:hover a:before {
            background-color: #fff; }
  .list-service001.list-sevice-withnav .service-list {
    width: 44.5rem; }

@media (max-width: 960px) {
  .list-service001.list-sevice-withnav .nav3-list {
    width: 120px;
    height: 446px;
    padding: 30px 10px;
    box-sizing: border-box;
    background-color: #F2F2F2; }
    .list-service001.list-sevice-withnav .nav3-list h2 {
      display: none; }
    .list-service001.list-sevice-withnav .nav3-list .nav3-list-box {
      border-top: 1px solid #D7D7D7;
      border-bottom: 1px solid #D7D7D7;
      height: 380px;
      overflow-y: auto;
      overflow-x: hidden; }
    .list-service001.list-sevice-withnav .nav3-list ul {
      padding: 0; }
      .list-service001.list-sevice-withnav .nav3-list ul div {
        padding: 0; }
  .list-service001.list-sevice-withnav .service-list {
    width: calc(100% - 130px); } }
.inner-img-content {
  margin: 1.5rem 0; }

.list-images001 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.1rem;
  font-size: 0; }
  .list-images001 li {
    width: 19.25rem;
    margin-right: 1.1rem;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    position: relative; }
    .list-images001 li .img {
      display: block;
      width: 100%;
      height: 10.9rem;
      position: relative; }
      .list-images001 li .img img {
        width: 100%;
        height: 100%; }
      .list-images001 li .img .count {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 3rem;
        height: 2rem;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.5);
        font-size: 0.7rem;
        text-align: center;
        line-height: 2rem; }
    .list-images001 li .title {
      margin: 10px 0;
      height: 2.7rem;
      color: #333;
      font-size: 0.9rem;
      line-height: 27px;
      max-height: 54px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box; }
      .list-images001 li .title:hover a {
        color: #337ECF; }
    .list-images001 li .info {
      color: #aaa;
      font-size: 0.7rem;
      height: 0.7rem;
      line-height: 0.7rem; }
      .list-images001 li .info .mark .time {
        display: inline-block;
        margin-right: 1.5rem; }
      .list-images001 li .info .mark .comefrom {
        white-space: nowrap; }
      .list-images001 li .info .share i {
        color: #333; }
      .list-images001 li .info .share span {
        height: auto; }
      .list-images001 li .info .share .bdsharebuttonbox {
        right: 0;
        top: -6.75rem; }
        .list-images001 li .info .share .bdsharebuttonbox span {
          display: inline-block;
          color: #555;
          border-bottom: 1px solid #e4e4e4;
          width: 100%;
          height: 1rem; }
        .list-images001 li .info .share .bdsharebuttonbox:before {
          content: "";
          display: inline-block;
          width: 4.65rem;
          height: 1rem;
          position: absolute;
          bottom: -0.75rem;
          right: 0;
          background-color: transparent; }
    .list-images001 li:nth-child(3n+1):after {
      content: "";
      display: inline-block;
      width: 1200px;
      height: 1px;
      background-color: #e4e4e4;
      position: absolute;
      left: 0;
      bottom: 0; }

.list-leader-image001 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3rem; }
  .list-leader-image001 li {
    width: 16.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0.5rem 2rem; }
    .list-leader-image001 li .leader-photo {
      width: 7rem;
      height: 10rem; }
      .list-leader-image001 li .leader-photo img {
        width: 100%;
        height: 100%; }
    .list-leader-image001 li .leader-info {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .list-leader-image001 li .leader-info .leader-name {
        line-height: 1.2rem;
        font-size: 1.2rem;
        color: #004C99;
        font-weight: normal;
        margin: 1rem 0; }
      .list-leader-image001 li .leader-info span {
        font-size: 0.8rem;
        color: #555; }
      .list-leader-image001 li .leader-info .leader-protit {
        line-height: 21px;
        max-height: 21px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
      .list-leader-image001 li .leader-info .doc-protit {
        margin-top: 10px;
        line-height: 17px;
        max-height: 17px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box; }

.list-leader-text001 li {
  display: flex;
  padding: 40px 0;
  border-bottom: 1px solid #d7d7d7; }
  .list-leader-text001 li .leader-photo {
    display: block;
    width: 7.2rem;
    height: 10rem;
    flex-shrink: 0; }
    .list-leader-text001 li .leader-photo img {
      width: 100%;
      height: 100%; }
  .list-leader-text001 li .leader-info {
    margin-left: 2rem;
    padding-right: 2rem; }
    .list-leader-text001 li .leader-info .leader-name {
      display: block;
      font-weight: normal;
      color: #004C99;
      font-size: 1.2rem;
      margin-bottom: 1.2rem; }
    .list-leader-text001 li .leader-info .leader-protit {
      margin-bottom: 1.6rem; }
      .list-leader-text001 li .leader-info .leader-protit span {
        font-size: 18px;
        line-height: 18px;
        color: #333;
        display: inline-block; }
        .list-leader-text001 li .leader-info .leader-protit span + span {
          margin-left: 1rem; }
    .list-leader-text001 li .leader-info .leader-intro {
      color: #797979;
      font-size: 14px;
      line-height: 24px;
      max-height: 72px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      display: -webkit-box; }

@media (max-width: 1200px) {
  .inner-list-item .inner-list-content .list-news001 li .title,
  .inner-list-item .inner-list-content .list-video001 li .title,
  .list-announce001 li .title {
    font-size: 16px;
    height: 48px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .inner-list-item .inner-list-content .list-news001 li h2,
  .inner-list-item .inner-list-content .list-video001 li h2,
  .list-announce001 li h2 {
    font-size: 16px; }

  .inner-list-item .inner-list-content .list-news001 li,
  .inner-list-item .inner-list-content .list-video001 li,
  .list-announce001 li {
    padding: 25px 0; }

  .inner-list-item .inner-list-content .list-news001 li.hasthumb .info,
  .inner-list-item .inner-list-content .list-video001 li.hasthumb .info {
    width: calc(100% - 160px); }

  .list-announce001 li .title {
    margin-bottom: 12px; }

  .inner-list-content .share span,
  .inner-list-content .share .bdsharebuttonbox a {
    font-size: 12px; }

  .list-images001 li .title {
    font-size: 0.8rem;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .list-images001 li .info {
    font-size: 12px; }

  .list-images001 li:nth-child(3n+1):after {
    width: 960px; }

  .list-leader-image001 li .leader-name {
    line-height: 20px;
    font-size: 20px; }

  .list-leader-image001 li span {
    font-size: 14px; }

  .list-leader-image001 li .doc-protit,
  .list-leader-image001 li .leader-protit {
    line-height: 15px;
    max-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .list-leader-text001 li .leader-info .leader-name {
    font-size: 20px; }

  .list-leader-text001 li .leader-info .leader-protit span {
    font-size: 16px;
    line-height: 16px; }

  .list-leader-text001 li .leader-info .leader-intro {
    font-size: 12px;
    line-height: 18px;
    max-height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box; } }
@media (max-width: 960px) {
  .inner-list-item .inner-list-tit {
    height: 12px;
    line-height: 12px;
    padding-bottom: 17px;
    padding-top: 20px; }

  .inner-list-item .inner-list-tit .fl,
  .inner-list-item .inner-list-tit .tab-tit a {
    font-size: 12px; }

  .inner-list-item .inner-list-content .list-news001 li,
  .inner-list-item .inner-list-content .list-video001 li {
    height: 112px;
    padding: 20px 0; }

  .inner-list-item .inner-list-content .list-news001 li .info,
  .inner-list-item .inner-list-content .list-video001 li .info {
    bottom: 15px; }

  .inner-list-item .inner-list-content .list-news001 li .info .mark .author,
  .inner-list-item .inner-list-content .list-news001 li .info .mark .comefrom,
  .inner-list-item .inner-list-content .list-video001 li .info .mark .author,
  .inner-list-item .inner-list-content .list-video001 li .info .mark .comefrom,
  .inner-list-item .inner-list-content li .info .share {
    display: none; }

  .inner-list-item .inner-list-content .list-news001 li .thumb,
  .inner-list-item .inner-list-content .list-video001 li .thumb {
    width: 126px;
    height: 70px;
    top: 20px; }

  .inner-list-item .inner-list-content .list-news001 li .title,
  .inner-list-item .inner-list-content .list-video001 li .title,
  .list-announce001 li .title {
    font-size: 14px;
    height: 42px;
    line-height: 21px;
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .inner-list-item .inner-list-content .list-news001 li h2,
  .inner-list-item .inner-list-content .list-video001 li h2,
  .list-announce001 li h2 {
    font-size: 14px; }

  .inner-list-item .inner-list-content .list-news001 li.hasthumb,
  .inner-list-item .inner-list-content .list-video001 li.hasthumb {
    padding-left: 136px; }

  .inner-list-item .inner-list-content .list-news001 li.hasthumb .info,
  .inner-list-item .inner-list-content .list-video001 li.hasthumb .info {
    width: calc(100% - 136px); }

  .inner-list-item .inner-list-content li .title a:hover {
    color: #333 !important; }

  .list-images001 {
    justify-content: space-between;
    margin-right: 0; }

  .list-images001 li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 16px;
    padding-bottom: 10px; }

  .list-images001 li .img {
    height: auto; }

  .list-images001 li .img .count {
    width: 40px;
    height: 20px;
    font-size: 12px;
    line-height: 20px; }

  .list-images001 li .title {
    margin: 8px 0;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .list-images001 li .info {
    margin-top: 28px; }

  .list-images001 li .info .mark {
    position: relative; }

  .list-images001 li .info .mark .comefrom {
    position: absolute;
    left: 0;
    top: -20px; }

  .list-images001 li .info .share i {
    font-size: 12px; }

  .list-images001 li:nth-child(3n+1):after {
    display: none; }

  .list-images001 li:nth-child(2n+1):after {
    content: "";
    display: inline-block;
    width: calc(100vw - 20px);
    height: 1px;
    background-color: #e4e4e4;
    position: absolute;
    left: 0;
    bottom: 0; }

  .inner-list-item .inner-list-content .list-images001 li .info .share {
    display: block; }

  .list-leader-image001 {
    margin-top: 0; }

  .list-leader-image001 li {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    border-bottom: 1px solid #f2f2f2;
    padding: 20px 0; }

  .list-leader-image001 li .leader-photo {
    width: 69px;
    height: 96px;
    flex-shrink: 0; }

  .list-leader-image001 li .leader-info {
    align-items: flex-start;
    margin-left: 10px; }

  .list-leader-image001 li .leader-info .leader-name {
    margin: 0 0 33px; }

  .list-leader-text001 li {
    padding: 20px 0; }

  .list-leader-text001 li .leader-photo {
    width: 69px;
    height: 96px; }

  .list-leader-text001 li .leader-info {
    margin-left: 10px;
    padding-right: 0; }

  .list-leader-text001 li .leader-info .leader-name {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px; }

  .list-leader-text001 li .leader-info .leader-protit {
    margin-bottom: 18px;
    line-height: 14px; }

  .list-leader-text001 li .leader-info .leader-protit span {
    font-size: 14px;
    line-height: 14px; }

  .list-leader-text001 li .leader-info .leader-protit span + span {
    margin-left: 20px; }

  .list-leader-text001 li .leader-info .leader-intro {
    font-size: 12px;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; } }
@media (max-width: 720px) {
  .pages {
    width: 100%;
    height: 50%;
    background-color: #70B603;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    flex-shrink: 1;
    flex-grow: 1;
    border: 1px solid #ccc;
    border-radius: 50%;
    line-height: 1;
    transform: rotate(30deg);
    transform: translateX(-10px);
    transition: all 0.3s;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; } }
.list-department001 {
  position: relative;
  min-height: 30rem; }
  .list-department001 .inner-layout .container-inner .department-list {
    font-size: 0.8rem; }
    .list-department001 .inner-layout .container-inner .department-list .area-con {
      display: flex; }
      .list-department001 .inner-layout .container-inner .department-list .area-con .second-line {
        overflow: hidden;
        width: 12rem;
        height: 3rem;
        flex: 1;
        cursor: pointer;
        box-sizing: border-box;
        border: 1px solid #A2CDEC;
        background-color: #F0F6F9;
        position: relative;
        display: inline-block;
        line-height: 3rem;
        text-align: center; }
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .right-top {
          font-size: 0.8rem;
          position: absolute;
          display: inline-block;
          color: #A2CDEC;
          right: 0;
          top: -1.1rem; }
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .right-bottom {
          font-size: 0.8rem;
          position: absolute;
          display: inline-block;
          color: #A2CDEC;
          right: 0;
          bottom: -1.1rem;
          transform: rotate(90deg); }
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .left-top {
          font-size: 0.8rem;
          position: absolute;
          display: inline-block;
          color: #A2CDEC;
          left: 0;
          top: -1.1rem;
          transform: rotate(270deg); }
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .left-bottom {
          font-size: 0.8rem;
          position: absolute;
          display: inline-block;
          color: #A2CDEC;
          left: 0;
          bottom: -1.1rem;
          transform: rotate(180deg); }
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line p {
          color: #004C99; }
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line.cur {
          background-color: #004C99;
          border-color: #004C99; }
          .list-department001 .inner-layout .container-inner .department-list .area-con .second-line.cur .right-top,
          .list-department001 .inner-layout .container-inner .department-list .area-con .second-line.cur .right-bottom,
          .list-department001 .inner-layout .container-inner .department-list .area-con .second-line.cur .left-top,
          .list-department001 .inner-layout .container-inner .department-list .area-con .second-line.cur .left-bottom {
            color: rgba(255, 255, 255, 0.8); }
          .list-department001 .inner-layout .container-inner .department-list .area-con .second-line.cur p {
            color: #fff; }
    .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class {
      display: none;
      flex-wrap: wrap; }
      .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line {
        transition: all 0.3s;
        width: 14.5rem;
        height: 2.5rem;
        border: 1px solid #D7D7D7;
        display: block;
        margin-right: 0.665rem;
        line-height: 2.5rem;
        box-sizing: border-box;
        margin-top: 1.5rem;
        position: relative;
        line-height: 50px;
        max-height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
        .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line .border-corner {
          height: 0.4rem;
          width: 0.4rem;
          box-sizing: border-box;
          position: absolute; }
        .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line .corner-left-top {
          top: 0;
          left: 0;
          border-top: 0.15rem solid #D7D7D7;
          border-left: 0.15rem solid #D7D7D7; }
        .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line .corner-left-bottom {
          bottom: 0;
          left: 0;
          border-bottom: 0.15rem solid #D7D7D7;
          border-left: 0.15rem solid #D7D7D7; }
        .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line .corner-right-top {
          top: 0;
          right: 0;
          border-top: 0.15rem solid #D7D7D7;
          border-right: 0.15rem solid #D7D7D7; }
        .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line .corner-right-bottom {
          bottom: 0;
          right: 0;
          border-right: 0.15rem solid #D7D7D7;
          border-bottom: 0.15rem solid #D7D7D7; }
      .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
      .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line:nth-child(4n) {
        margin-right: 0; }
      .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-p {
        padding-left: 1rem; }
      .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class.cur {
        display: flex; }

@media (max-width: 1200px) {
  .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line {
    line-height: 40px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box; } }
@media (max-width: 960px) {
  .list-department001 {
    padding: 0 10px; }
    .list-department001 .inner-layout .container-inner .department-list .area-con {
      justify-content: center;
      flex-wrap: wrap; }
      .list-department001 .inner-layout .container-inner .department-list .area-con .second-line {
        height: 34px;
        line-height: 34px;
        margin-top: 10px;
        width: auto;
        padding: 0 10px;
        border: 1px solid #fff;
        background-color: #fff; }
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .right-top,
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .right-bottom,
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .left-top,
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .left-bottom {
          color: #fff; }
    .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class {
      justify-content: space-between; }
      .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line {
        margin-right: 0;
        width: calc(50% - 15px); } }
.dm-doctor-list .inner-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
.dm-doctor-list .dm-doc-item {
  height: 17.5rem;
  width: 11.2rem;
  background-color: #fff;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 2rem 2rem 0 2rem;
  margin: 0.5rem 0.4rem; }
  .dm-doctor-list .dm-doc-item .doc-item-info a {
    display: flex;
    width: 7.2rem;
    flex-direction: column;
    align-items: center; }
    .dm-doctor-list .dm-doc-item .doc-item-info a img {
      height: 10rem;
      width: 7.2rem; }
    .dm-doctor-list .dm-doc-item .doc-item-info a p.name {
      font-size: 0.9rem;
      margin-top: 0.5rem;
      line-height: 1.6rem; }
    .dm-doctor-list .dm-doc-item .doc-item-info a span.protit {
      font-size: 0.7rem;
      margin-bottom: 0.5rem; }
  .dm-doctor-list .dm-doc-item span.level-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .dm-doctor-list .dm-doc-item span.level-list u {
      font-size: 0.6rem;
      color: #aaa;
      line-height: 0.7rem; }
    .dm-doctor-list .dm-doc-item span.level-list u + u:before {
      content: '/';
      font-size: 0.6rem;
      color: #aaa; }

@media (max-width: 960px) {
  .dm-doctor-list .dm-doc-item {
    width: 30vw;
    height: 46vw;
    padding: 4vw 0 0;
    min-height: 166px;
    min-width: 114px; }
    .dm-doctor-list .dm-doc-item .doc-item-info a {
      width: 14vw;
      min-width: 50px;
      margin: 0 auto; }
      .dm-doctor-list .dm-doc-item .doc-item-info a img {
        height: 20vw;
        width: 14vw;
        min-width: 50px;
        min-height: 70px; } }
.list-special001 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.3rem; }
  .list-special001.list-mygzs li {
    width: 47%; }
    .list-special001.list-mygzs li a .img {
      height: 8.15rem; }
  .list-special001 li {
    margin-right: 1.3rem;
    width: 14rem;
    margin-bottom: 1.5rem; }
    .list-special001 li a {
      width: 100%;
      display: block;
      position: relative; }
      .list-special001 li a .img {
        width: 100%;
        height: 7.9rem; }
        .list-special001 li a .img img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .list-special001 li a p {
        width: 100%;
        font-size: 0.8rem;
        color: #333;
        border-bottom: 1px solid #d7d7d7;
        padding-bottom: 0.5rem;
        margin-top: 0.5rem; }
      .list-special001 li a:after {
        content: "";
        height: 0.1rem;
        width: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        background-color: #337ECF;
        transition: .3s ease; }
      .list-special001 li a:hover:after {
        width: 100%; }

@media (max-width: 960px) {
  .list-special001 li {
    width: 100%; }
    .list-special001 li a .img {
      height: 36vw; } }
.list-medicine001 .container-inner {
  padding-top: 3.4rem;
  position: relative; }
.list-medicine001 .medicine-search-box {
  top: 0.9rem;
  position: absolute;
  width: 28.75rem;
  margin-right: -14.375rem;
  right: 50%;
  font-size: 0.9rem;
  color: #333; }
  .list-medicine001 .medicine-search-box p.medicine-search-tit {
    line-height: 2.4rem;
    float: left; }
.list-medicine001 .medicine-search {
  width: 24rem;
  box-sizing: border-box;
  border: 1px solid #DCDFE6;
  border-radius: 4px; }
  .list-medicine001 .medicine-search .medicine-name {
    height: 2.4rem;
    width: 100%;
    background-color: inherit;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #333;
    padding: 0 2rem 0 0.5rem;
    line-height: 2.4rem;
    transition: all .3s;
    vertical-align: middle;
    border-radius: 0.2rem;
    display: inline-block;
    font-size: 0.7rem;
    background-image: none;
    /* width: 100%; */
    box-sizing: border-box; }
    .list-medicine001 .medicine-search .medicine-name::placeholder {
      color: #aaa; }
  .list-medicine001 .medicine-search .btn {
    position: absolute;
    height: 2.4rem;
    background: inherit;
    color: #036F6F;
    right: 0.7rem; }
    .list-medicine001 .medicine-search .btn i {
      font-size: 1.2rem;
      line-height: 2.4rem;
      color: #004C99; }
.list-medicine001 .haschosen {
  padding: 0.75rem 0;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  min-height: 1.75rem;
  margin-bottom: 1rem; }
  .list-medicine001 .haschosen #formPosition {
    position: absolute;
    top: -7.5rem; }
  .list-medicine001 .haschosen span,
  .list-medicine001 .haschosen .medicine-num {
    font-size: 0.8rem;
    color: #999;
    line-height: 1.5rem; }
  .list-medicine001 .haschosen .medicine-count {
    display: flex;
    justify-content: space-between; }
    .list-medicine001 .haschosen .medicine-count .medicine-num b {
      font-weight: 400;
      color: #004C99; }
  .list-medicine001 .haschosen .choose-list a {
    display: inline-block;
    font-size: 0.7rem;
    margin-right: 0.25rem;
    line-height: 1.7rem;
    border-radius: 0.15rem;
    margin-bottom: 0.2rem;
    padding: 0 0.5rem;
    background-color: #004C99;
    color: #fff; }
    .list-medicine001 .haschosen .choose-list a i {
      font-size: 0.6rem;
      margin-left: 0.25rem; }
.list-medicine001 .medicine-list-wrap table {
  width: 100%;
  text-align: center;
  border: 1px solid #d7bf9d;
  border-collapse: collapse;
  margin-bottom: 10px; }
  .list-medicine001 .medicine-list-wrap table thead {
    text-align: center;
    font-size: 18px;
    color: #bd382a;
    background-color: #efeee7; }
  .list-medicine001 .medicine-list-wrap table td {
    padding: 5px;
    font-size: 18x;
    border-collapse: collapse;
    border: 1px solid #d7bf9d; }
@media (max-width: 960px) {
  .list-medicine001 .container-inner {
    padding-top: 58px; }
  .list-medicine001 .medicine-search-box {
    width: 100%;
    right: 10px;
    margin-right: 0; }
    .list-medicine001 .medicine-search-box p.medicine-search-tit {
      display: none; }
  .list-medicine001 .medicine-search {
    width: calc(100% - 20px);
    right: 10px;
    height: 40px; }
    .list-medicine001 .medicine-search .medicine-name {
      height: 40px;
      line-height: 40px; }
    .list-medicine001 .medicine-search .btn {
      height: 40px; } }

/************************ 下载列表********************************/
.download-list li:hover a.dl-icon:before {
  color: #337ECF; }
.download-list li:hover a.dl-icon.doc:before, .download-list li:hover a.dl-icon.docx:before {
  color: #4568a0; }
.download-list li:hover a.dl-icon.xls:before, .download-list li:hover a.dl-icon.xlsx:before {
  color: #378458; }
.download-list li:hover a.dl-icon.ppt:before, .download-list li:hover a.dl-icon.pptx:before {
  color: #db6340; }
.download-list li:hover a.dl-icon.pdf:before {
  color: #e81f05; }
.download-list li:hover a.dl-icon.rar:before {
  color: #ff5056; }
.download-list li:hover a.dl-icon.zip:before {
  color: #a372db; }
.download-list li:hover a.dl-icon.swf:before {
  color: #bb041a; }
.download-list li:hover a.dl-icon.txt:before {
  color: #8fa4b5; }
.download-list li a.download {
  position: absolute;
  border-radius: 3px;
  top: 5px;
  right: 0;
  width: 70px;
  line-height: 24px;
  font-size: 12px;
  background: #004C99;
  color: #fff;
  display: inline-block;
  padding: 3px 15px; }
  .download-list li a.download:hover {
    background: #337ECF; }
  .download-list li a.download i {
    margin-right: 5px; }
.download-list li a.dl-icon {
  padding-left: 30px;
  position: relative; }
  .download-list li a.dl-icon:before {
    left: 0;
    font-size: 22px;
    color: #004C99;
    content: "\e663";
    display: block;
    font-family: "iconfont";
    position: absolute;
    top: -7px; }
  .download-list li a.dl-icon.doc:before, .download-list li a.dl-icon.docx:before {
    content: "\e667"; }
  .download-list li a.dl-icon.xls:before, .download-list li a.dl-icon.xlsx:before {
    content: "\e668"; }
  .download-list li a.dl-icon.ppt:before, .download-list li a.dl-icon.pptx:before {
    content: "\e660"; }
  .download-list li a.dl-icon.pdf:before {
    content: "\e68f"; }
  .download-list li a.dl-icon.rar:before {
    content: "\e665"; }
  .download-list li a.dl-icon.zip:before {
    content: "\e661"; }
  .download-list li a.dl-icon.swf:before {
    content: "\e7c0"; }
  .download-list li a.dl-icon.txt:before {
    content: "\e664"; }

.show-content .share {
  cursor: pointer;
  position: relative; }
  .show-content .share:hover .bdsharebuttonbox {
    display: block; }
  .show-content .share i {
    margin-right: 0.25rem;
    color: #555555;
    width: 0.8rem;
    height: 0.8rem; }
  .show-content .share > span {
    font-size: 0.7rem;
    color: #999999;
    display: block;
    height: 1.4rem;
    position: relative;
    z-index: 2;
    line-height: 1.4rem; }
  .show-content .share .enjoy {
    border-bottom: 1px solid #c9c9c9c9; }
  .show-content .share .bdsharebuttonbox {
    box-sizing: border-box;
    display: none;
    position: absolute;
    right: 0;
    top: 1.4rem;
    z-index: 2;
    background: #fff;
    padding: 0.5rem 0.4rem;
    width: 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    .show-content .share .bdsharebuttonbox span {
      display: inline-block;
      color: #555;
      border-bottom: 1px solid #e4e4e4;
      width: 100%;
      height: 1rem; }
    .show-content .share .bdsharebuttonbox a {
      display: block;
      float: none;
      font-size: 0.7rem;
      margin-right: 0;
      width: 100%; }
      .show-content .share .bdsharebuttonbox a.bds_weixin:before {
        content: "\e643";
        font-size: 0.7rem;
        background-color: #70B603; }
      .show-content .share .bdsharebuttonbox a.bds_tsina:before {
        content: "\e642";
        background-color: #D9001B; }
      .show-content .share .bdsharebuttonbox a.copy-link:before {
        content: "\e670";
        font-size: 12px;
        background-color: #F2A141; }
      .show-content .share .bdsharebuttonbox a:before {
        font-family: "iconfont";
        color: #fff;
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        font-size: 0.8rem;
        display: inline-block;
        text-align: center;
        line-height: 1rem;
        vertical-align: text-top; }
      .show-content .share .bdsharebuttonbox a:after {
        content: attr(title);
        margin-left: 0.25rem; }
  .show-content .share .bdshare-button-style0-16 a {
    background-image: none;
    padding-left: 0;
    height: auto; }
  .show-content .share .bdshare-button-style0-24 a {
    line-height: 16px;
    background-image: none;
    padding-left: 0;
    height: auto; }

h2.left-tit {
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  h2.left-tit a.news-type {
    font-size: 1.6rem;
    line-height: 1;
    color: #333; }
  h2.left-tit a.more {
    display: block;
    width: 4.8rem;
    height: 1.6rem;
    line-height: 1;
    border: 1px solid #D7D7D7;
    border-radius: 1000px;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.3s;
    color: #555;
    font-size: 0; }
    h2.left-tit a.more span {
      font-size: 0.7rem;
      display: inline-block;
      transition: transform 0.3s;
      position: relative;
      line-height: 1.6rem; }
    h2.left-tit a.more i {
      font-size: 12px;
      opacity: 0;
      position: absolute;
      transition: transform 0.3s;
      transform: translateX(-10px);
      line-height: 1.6rem; }
    h2.left-tit a.more:hover {
      background-color: #004C99;
      border-color: #004C99;
      color: #fff; }
      h2.left-tit a.more:hover span {
        transform: translateX(-5px); }
      h2.left-tit a.more:hover i {
        opacity: 1;
        transform: translateX(-2px); }

.news-show {
  width: 1200px;
  margin: auto;
  padding-bottom: 4rem;
  display: flex;
  justify-content: space-between; }
  .news-show .list-item.has-right {
    width: 40rem; }
  .news-show .list-item {
    width: 100%; }
    .news-show .list-item .content {
      width: 100%;
      border-bottom: 1px solid #AAAAAA;
      padding-bottom: 1rem; }
      .news-show .list-item .content .news-title {
        text-align: center;
        border-bottom: 1px solid #E4E4E4;
        padding-bottom: 1rem;
        color: #444; }
        .news-show .list-item .content .news-title p {
          font-size: 0.9rem;
          line-height: 1.35rem; }
        .news-show .list-item .content .news-title p.top-title {
          margin-bottom: 0.5rem; }
        .news-show .list-item .content .news-title p.sub-title {
          margin-top: 0.5rem; }
        .news-show .list-item .content .news-title h1 a {
          font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 1.6rem;
          color: #444;
          line-height: 2.4rem; }
        .news-show .list-item .content .news-title span {
          font-size: 0.7rem;
          color: #AAAAAA; }
        .news-show .list-item .content .news-title span.time {
          margin: 1rem 0;
          display: inline-block; }
        .news-show .list-item .content .news-title .news-author span {
          margin-right: 1rem; }
      .news-show .list-item .content .news-content {
        padding-top: 1rem; }
        .news-show .list-item .content .news-content p {
          margin-bottom: 8px;
          font-size: 16px;
          line-height: 1.5;
          font-family: "Microsoft YaHei UI","Microsoft YaHei",Arial,SimSun,"Segoe UI",Tahoma,Helvetica,sans-serif; }
        .news-show .list-item .content .news-content img {
          max-width: 100% !important;
          display: block;
          margin-right: auto;
          margin-left: auto;
          height: auto !important; }
      .news-show .list-item .content .original-title {
        font-size: 0.7rem;
        color: #AAAAAA;
        line-height: 1.05rem;
        margin-top: 2rem; }
      .news-show .list-item .content .qr-share {
        display: flex;
        align-items: center;
        margin-top: 2rem; }
        .news-show .list-item .content .qr-share .qr i {
          color: #797979;
          font-size: 0.9rem;
          position: relative;
          top: -1px; }
        .news-show .list-item .content .qr-share .line {
          display: inline-block;
          width: 1px;
          height: 0.8rem;
          background-color: #E4E4E4;
          margin: 0 0.5rem; }
    .news-show .list-item .left-tit {
      font-size: 1.2rem;
      line-height: 1;
      color: #333;
      font-weight: normal; }
    .news-show .list-item .related-expert ul {
      border-bottom: 1px solid #797979; }
      .news-show .list-item .related-expert ul li {
        display: flex;
        border-bottom: 1px solid #E4E4E4;
        height: 9.1rem;
        box-sizing: border-box;
        padding-top: 1rem; }
        .news-show .list-item .related-expert ul li .doc-img {
          width: 4.3rem;
          height: 6rem; }
          .news-show .list-item .related-expert ul li .doc-img a {
            display: inline-block;
            width: 4.3rem;
            height: 100%; }
            .news-show .list-item .related-expert ul li .doc-img a img {
              width: 100%; }
        .news-show .list-item .related-expert ul li .doc-info {
          margin-left: 1rem;
          font-size: 0.7rem;
          line-height: 1;
          color: #333333; }
          .news-show .list-item .related-expert ul li .doc-info .depart {
            color: #004C99;
            margin-bottom: 0.15rem; }
          .news-show .list-item .related-expert ul li .doc-info .doc-name {
            font-size: 0.8rem;
            line-height: 1;
            font-weight: bold; }
          .news-show .list-item .related-expert ul li .doc-info span {
            color: #999999; }
          .news-show .list-item .related-expert ul li .doc-info .goodat {
            color: #7F7F7F;
            line-height: 21px;
            max-height: 42px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box; }
          .news-show .list-item .related-expert ul li .doc-info .doc-name, .news-show .list-item .related-expert ul li .doc-info .doc-job, .news-show .list-item .related-expert ul li .doc-info .protit {
            margin-bottom: 0.5rem; }
        .news-show .list-item .related-expert ul li:last-child {
          border-bottom: none; }
    .news-show .list-item .related-depart {
      margin-top: 2.8rem; }
      .news-show .list-item .related-depart ul {
        border-bottom: 1px solid #797979; }
        .news-show .list-item .related-depart ul li {
          padding-top: 1rem; }
          .news-show .list-item .related-depart ul li .dep-tit {
            display: inline-block;
            font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
            font-weight: 700;
            font-style: normal;
            font-size: 0.8rem;
            color: #004C99;
            line-height: 1;
            margin-bottom: 0.5rem; }
          .news-show .list-item .related-depart ul li .dep-intro {
            font-size: 0.7rem;
            color: #AAAAAA;
            line-height: 1.05rem; }
          .news-show .list-item .related-depart ul li:last-child {
            border-bottom: none; }
  .news-show .news-right {
    width: 18rem; }
    .news-show .news-right ul {
      margin-top: 1rem;
      width: 100%; }
      .news-show .news-right ul li {
        width: 100%;
        height: 5rem;
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        padding: 0.5rem;
        position: relative;
        margin-bottom: 0.5rem;
        background-color: #fff; }
        .news-show .news-right ul li .thumb {
          position: absolute;
          left: 0.5rem;
          top: 0.5rem;
          width: 5.5rem;
          height: 4rem;
          overflow: hidden; }
          .news-show .news-right ul li .thumb img {
            display: block;
            width: 100%;
            height: 100%; }
        .news-show .news-right ul li p.title a {
          font-size: 0.8rem;
          line-height: 24px;
          max-height: 48px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          color: #444; }
        .news-show .news-right ul li .time {
          font-size: 0.7rem;
          color: #AAAAAA;
          display: inline-block;
          line-height: 1;
          position: absolute;
          bottom: 0.5rem; }
        .news-show .news-right ul li.hasthumb {
          padding-left: 6.5rem; }

.images-show .images-info {
  border-bottom: 1px solid #c9c9c9; }
  .images-show .images-info .img-title {
    margin-bottom: 1.5rem; }
    .images-show .images-info .img-title a {
      font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.6rem;
      color: #333;
      line-height: 1.6rem; }
  .images-show .images-info .img-display {
    width: 100%;
    height: 32rem;
    background-color: #333;
    position: relative;
    overflow: hidden; }
    .images-show .images-info .img-display .img-box {
      width: 55.9rem;
      height: 100%;
      background-color: #fff;
      margin: 0 auto; }
      .images-show .images-info .img-display .img-box .inner-img-bg {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #333;
        height: 32rem; }
      .images-show .images-info .img-display .img-box img {
        width: auto;
        height: auto;
        max-height: 100%;
        max-width: 100%; }
      .images-show .images-info .img-display .img-box .slick-list {
        height: 100%; }
      .images-show .images-info .img-display .img-box .slick-arrow {
        position: absolute;
        cursor: pointer;
        top: 50%;
        transform: translateY(-50%);
        width: 3rem;
        height: 3.5rem;
        background-color: rgba(0, 0, 0, 0.7);
        color: #fff;
        text-align: center;
        line-height: 3.5rem;
        font-size: 0.9rem;
        z-index: 1; }
        .images-show .images-info .img-display .img-box .slick-arrow.prev {
          left: 0; }
        .images-show .images-info .img-display .img-box .slick-arrow.next {
          right: 0; }
      .images-show .images-info .img-display .img-box.slick-slider {
        position: static; }
    .images-show .images-info .img-display .count {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 5.3rem;
      height: 3rem;
      background-color: rgba(0, 0, 0, 0.7);
      color: #fff;
      text-align: center;
      line-height: 3rem;
      font-size: 0.9rem; }
  .images-show .images-info .img-intro {
    color: #333;
    font-size: 0.9rem;
    margin: 20px 0;
    line-height: 27px;
    max-height: 108px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box; }
  .images-show .images-info .info {
    font-size: 0.7rem;
    color: #aaa; }
    .images-show .images-info .info .mark {
      display: inline-block; }
    .images-show .images-info .info .time {
      margin-right: 1.5rem; }
  .images-show .images-info .img-slide {
    margin: 1.25rem 0 1.5rem; }
    .images-show .images-info .img-slide .img-item {
      margin: 0.15rem;
      height: 3.8rem;
      box-sizing: border-box;
      overflow: hidden;
      cursor: pointer; }
      .images-show .images-info .img-slide .img-item img {
        width: 100%;
        height: 100%; }
      .images-show .images-info .img-slide .img-item + .img-item {
        margin-left: 0.075rem; }
      .images-show .images-info .img-slide .img-item:hover {
        border: 4px solid #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.35); }
    .images-show .images-info .img-slide .slick-arrow {
      position: absolute;
      cursor: pointer;
      top: 50%;
      transform: translateY(-50%);
      width: 1.1rem;
      height: 3.8rem;
      background-color: rgba(0, 0, 0, 0.7);
      color: #fff;
      text-align: center;
      line-height: 3.8rem;
      font-size: 0.6rem;
      z-index: 1; }
      .images-show .images-info .img-slide .slick-arrow.prev {
        left: 0; }
      .images-show .images-info .img-slide .slick-arrow.next {
        right: 0; }
.images-show .hot-images {
  margin-top: 1.6rem; }
  .images-show .hot-images .hot-images-content {
    margin-top: 1.5rem; }
    .images-show .hot-images .hot-images-content .img-list {
      display: flex;
      flex-wrap: wrap;
      margin-right: -1.1rem;
      font-size: 0; }
      .images-show .hot-images .hot-images-content .img-list li {
        width: 19.25rem;
        margin-right: 1.1rem;
        padding-bottom: 1rem;
        margin-bottom: 1.5rem;
        position: relative; }
        .images-show .hot-images .hot-images-content .img-list li .img {
          display: block;
          width: 100%;
          height: 10.9rem;
          position: relative; }
          .images-show .hot-images .hot-images-content .img-list li .img img {
            width: 100%;
            height: 100%; }
          .images-show .hot-images .hot-images-content .img-list li .img .count {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 3rem;
            height: 2rem;
            color: #fff;
            background-color: rgba(0, 0, 0, 0.5);
            font-size: 0.7rem;
            text-align: center;
            line-height: 2rem; }
        .images-show .hot-images .hot-images-content .img-list li .title {
          margin: 0.5rem 0;
          height: 2.7rem;
          color: #333;
          font-size: 0.9rem;
          line-height: 27px;
          max-height: 54px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box; }
          .images-show .hot-images .hot-images-content .img-list li .title:hover a {
            color: #337ECF; }

.page-content .ruifox-audio-box {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ccc;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 1rem; }
  .page-content .ruifox-audio-box span {
    font-size: 0.7rem; }
  .page-content .ruifox-audio-box .mp3_player:before {
    color: #004C99; }
.page-content .news-content p {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Microsoft YaHei UI","Microsoft YaHei",Arial,SimSun,"Segoe UI",Tahoma,Helvetica,sans-serif; }
.page-content .news-content img {
  max-width: 100% !important;
  display: inline-block; }
.page-content .news-content table {
  max-width: 100% !important; }

@media (max-width: 1200px) {
  .news-show {
    width: 960px; }

  .news-show .list-item.has-right {
    width: 640px; }

  .news-show .news-right {
    width: 288px; }

  .news-show .list-item .content .news-title p {
    font-size: 16px;
    line-height: 24px; }

  .news-show .list-item .content .news-title h1 a {
    font-size: 24px;
    line-height: 36px; }

  .news-show .list-item .left-tit {
    font-size: 18px; }

  .news-show .list-item .related-expert ul li .doc-info {
    font-size: 12px; }

  .news-show .list-item .related-expert ul li .doc-info .goodat {
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .news-show .news-right h2 a.news-type {
    font-size: 24px; }

  .news-show .news-right h2 a.more {
    height: 26px;
    width: 78px; }

  .news-show .news-right h2 a.more span {
    font-size: 12px;
    line-height: 26px; }

  .news-show .news-right h2 a.more i {
    line-height: 26px; }

  .news-show .news-right ul li .thumb {
    width: 88px;
    height: 64px; }

  .news-show .news-right ul li p.title a {
    font-size: 14px;
    line-height: 21px;
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .news-show .news-right ul li .time {
    font-size: 12px; }

  .news-show .news-right ul li {
    height: 80px; }

  .news-show .news-right ul li.hasthumb {
    padding-left: 108px; }

  .images-show .images-info .img-title a {
    font-size: 28px;
    line-height: 28px; }

  .images-show .images-info .img-intro {
    font-size: 14px;
    line-height: 21px;
    max-height: 84px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .images-show .images-info .info,
  h2.left-tit a.more span,
  .images-show .hot-images .hot-images-content .img-list li .img .count {
    font-size: 12px; }

  h2.left-tit a.news-type {
    font-size: 28px; }

  .images-show .hot-images .hot-images-content .img-list li .title {
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; } }
@media (max-width: 960px) {
  .news-show {
    display: inherit;
    width: 100%; }

  .news-show .list-item.has-right {
    width: 100%; }

  .news-show .list-item .content .news-title h1 a {
    font-size: 20px;
    line-height: 30px; }

  .news-show .list-item .content .news-title span.time {
    margin: 10px 0; }

  .news-show .list-item .content .news-title span {
    font-size: 12px; }

  .news-show .list-item .content .original-title {
    font-size: 12px;
    line-height: 18px; }

  .news-show .list-item .content .qr-share {
    display: none; }

  .news-show .list-item .related-expert ul li .doc-img {
    width: 65px;
    height: 90px; }

  .news-show .list-item .related-expert ul li .doc-img a {
    width: 65px; }

  .news-show .list-item .related-expert ul li .doc-info .goodat {
    display: none !important; }

  .news-show .list-item .related-expert ul li {
    height: 111px;
    padding-top: 10px; }

  .news-show .list-item .left-tit {
    margin-bottom: 10px; }

  .news-show .list-item .related-depart {
    margin-top: 20px; }

  .news-show .list-item .related-depart ul li {
    padding-top: 10px; }

  .news-show .list-item .related-depart ul li .dep-intro {
    display: none; }

  .news-show .news-right {
    width: 100%;
    margin-top: 20px; }

  .news-show .news-right h2 a.news-type {
    font-size: 18px; }

  .news-show .news-right h2 a.more {
    height: 24px;
    width: 72px; }
    .news-show .news-right h2 a.more:hover {
      background-color: #fff;
      border-color: #D7D7D7;
      color: #555; }
      .news-show .news-right h2 a.more:hover i {
        transform: translateX(-10px); }
      .news-show .news-right h2 a.more:hover span {
        transform: translateX(0); }

  .news-show .news-right h2 a.more i,
  .news-show .news-right h2 a.more span {
    line-height: 24px; }

  .news-show .news-right ul {
    margin-top: 10px; }

  .news-show .news-right ul li {
    box-shadow: none;
    border-bottom: 1px solid #E4E4E4;
    padding: 10px 0;
    height: 64px;
    margin-bottom: 0; }

  .news-show .news-right ul li.hasthumb {
    padding-left: 0; }

  .news-show .news-right ul li .thumb {
    display: none; }

  .news-show .news-right ul li p.title a {
    line-height: 21px;
    max-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .images-show .images-info .img-title {
    margin-bottom: 10px; }

  .images-show .images-info .img-title a {
    font-size: 16px;
    line-height: 16px; }

  .images-show .images-info .img-display {
    height: auto; }

  .images-show .images-info .img-display .img-box {
    width: 93%; }

  .images-show .images-info .img-display .img-box .inner-img-bg {
    height: 60vw; }

  .images-show .images-info .img-display .img-box .slick-arrow {
    width: 18px;
    height: 40px;
    line-height: 40px; }

  .images-show .images-info .img-intro {
    line-height: 21px;
    max-height: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .images-show .images-info .img-slide .img-item:hover {
    border-width: 2px; }

  .images-show .hot-images h2.left-tit a.news-type {
    font-size: 16px; }

  .images-show .hot-images h2.left-tit a.more {
    display: none; }

  .images-show .hot-images .hot-images-content .img-list li {
    width: 48%;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0; }

  .images-show .hot-images .hot-images-content .img-list li .img {
    height: auto; }

  .images-show .hot-images .hot-images-content .img-list {
    justify-content: space-between; }

  .images-show .hot-images .hot-images-content .img-list li .title {
    font-size: 14px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin: 8px 0; }

  .images-show .hot-images .hot-images-content .img-list {
    margin-right: 0; }

  .images-show .images-info .img-slide .img-item {
    height: 48px; }

  .images-show .images-info .img-slide .slick-arrow {
    width: 14px;
    height: 48px;
    line-height: 48px; }

  h2.left-tit a.more:hover {
    background-color: none;
    border-color: #D7D7D7;
    color: #555; }
    h2.left-tit a.more:hover span {
      transform: none; }
    h2.left-tit a.more:hover i {
      opacity: 0;
      transform: translateX(-10px); } }
.news-show001 {
  padding-bottom: 4rem;
  display: flex;
  justify-content: space-between; }
  .news-show001 .list-item.has-right {
    width: 40rem; }
  .news-show001 .list-item {
    width: 100%; }
    .news-show001 .list-item .content {
      width: 100%;
      border-bottom: 1px solid #AAAAAA;
      padding-bottom: 1rem;
      position: relative; }
      .news-show001 .list-item .content .news-title {
        border-bottom: 1px solid #D7D7D7;
        padding-bottom: 1rem;
        color: #444;
        position: relative; }
        .news-show001 .list-item .content .news-title:after {
          content: "";
          display: block;
          width: 7.1rem;
          height: 0.1rem;
          background-color: #004C99;
          position: absolute;
          bottom: 0;
          left: 0; }
        .news-show001 .list-item .content .news-title p {
          font-size: 0.9rem;
          line-height: 1.5;
          text-align: center; }
        .news-show001 .list-item .content .news-title p.top-title {
          margin-bottom: 0.5rem; }
        .news-show001 .list-item .content .news-title p.sub-title {
          margin-top: 0.5rem; }
        .news-show001 .list-item .content .news-title h1 {
          text-align: center;
          font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 1.6rem;
          color: #333333;
          line-height: 1.5; }
        .news-show001 .list-item .content .news-title span {
          font-size: 0.7rem;
          color: #888;
          line-height: 1;
          display: inline-block; }
        .news-show001 .list-item .content .news-title .time-comefrom {
          margin-top: 2rem;
          font-size: 0; }
          .news-show001 .list-item .content .news-title .time-comefrom span.comefrom {
            margin-left: 1.05rem;
            position: relative; }
            .news-show001 .list-item .content .news-title .time-comefrom span.comefrom:before {
              content: "";
              height: 14px;
              width: 1px;
              background-color: #D7D7D7;
              position: absolute;
              top: 0;
              left: -0.5rem; }
        .news-show001 .list-item .content .news-title .news-author {
          font-size: 0;
          margin-top: 0.7rem; }
          .news-show001 .list-item .content .news-title .news-author span {
            margin-right: 1rem;
            position: relative; }
            .news-show001 .list-item .content .news-title .news-author span + span:before {
              content: "";
              height: 14px;
              width: 1px;
              background-color: #D7D7D7;
              position: absolute;
              left: -0.5rem;
              top: 0; }
        .news-show001 .list-item .content .news-title .ruifox-audio-box {
          position: absolute;
          right: 0;
          bottom: 1rem;
          align-items: center; }
          .news-show001 .list-item .content .news-title .ruifox-audio-box .mp3_player:before {
            color: #004C99; }
        .news-show001 .list-item .content .news-title .ctrl {
          position: absolute;
          right: 0;
          bottom: 1rem;
          display: flex;
          align-items: center; }
          .news-show001 .list-item .content .news-title .ctrl span {
            color: #333333;
            font-size: 0.7rem;
            line-height: 1; }
          .news-show001 .list-item .content .news-title .ctrl .btn {
            color: #7F7F7F;
            font-size: 1rem;
            margin-left: 0.5rem;
            line-height: 1;
            cursor: pointer; }
            .news-show001 .list-item .content .news-title .ctrl .btn i {
              font-size: 1rem; }
            .news-show001 .list-item .content .news-title .ctrl .btn:hover {
              color: #337ECF; }
              .news-show001 .list-item .content .news-title .ctrl .btn:hover i {
                color: #337ECF; }
      .news-show001 .list-item .content .news-content {
        padding-top: 2rem; }
        .news-show001 .list-item .content .news-content p {
          margin-bottom: 8px;
          font-size: 16px;
          line-height: 1.5;
          font-family: "Microsoft YaHei UI","Microsoft YaHei",Arial,SimSun,"Segoe UI",Tahoma,Helvetica,sans-serif; }
        .news-show001 .list-item .content .news-content img {
          max-width: 100% !important;
          display: block;
          margin-right: auto;
          margin-left: auto;
          height: auto !important; }
      .news-show001 .list-item .content .original-title {
        font-size: 0.8rem;
        color: #7F7F7F;
        line-height: 1.5;
        margin-top: 1rem; }
      .news-show001 .list-item .content .share-box {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: 1rem;
        font-size: 0; }
        .news-show001 .list-item .content .share-box span {
          color: #333333;
          font-size: 0.7rem;
          line-height: 1;
          display: inline-block; }
        .news-show001 .list-item .content .share-box .share-btn {
          margin-left: 0.5rem; }
          .news-show001 .list-item .content .share-box .share-btn i {
            font-size: 1rem;
            line-height: 1;
            color: #7F7F7F; }
          .news-show001 .list-item .content .share-box .share-btn:hover i {
            color: #337ECF; }
    .news-show001 .list-item .left-tit {
      font-size: 1.2rem;
      line-height: 1;
      color: #333;
      font-weight: normal; }
    .news-show001 .list-item .related-expert {
      margin-top: 2rem; }
      .news-show001 .list-item .related-expert ul {
        margin-top: 1rem; }
        .news-show001 .list-item .related-expert ul li {
          margin-top: 0.5rem; }
          .news-show001 .list-item .related-expert ul li a {
            height: 7.95rem;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            background-color: #fff;
            box-sizing: border-box;
            padding: 1rem;
            display: flex; }
            .news-show001 .list-item .related-expert ul li a .doc-img {
              width: 4.5rem;
              height: 6rem;
              margin-right: 2rem;
              flex-shrink: 0;
              overflow: hidden;
              border-radius: 4px; }
              .news-show001 .list-item .related-expert ul li a .doc-img img {
                width: 100%;
                height: 100%; }
            .news-show001 .list-item .related-expert ul li a .doc-info .doc-name {
              font-size: 0.9rem;
              color: #333;
              line-height: 1;
              margin-top: 0.5rem; }
            .news-show001 .list-item .related-expert ul li a .doc-info .dep-protit {
              display: flex;
              margin-top: 0.5rem;
              font-size: 0; }
              .news-show001 .list-item .related-expert ul li a .doc-info .dep-protit .depart {
                font-size: 0.7rem;
                color: #000;
                line-height: 1; }
              .news-show001 .list-item .related-expert ul li a .doc-info .dep-protit .protit {
                margin-left: 1rem; }
                .news-show001 .list-item .related-expert ul li a .doc-info .dep-protit .protit span {
                  font-size: 0.7rem;
                  color: #000;
                  display: inline-block;
                  line-height: 1;
                  position: relative; }
                  .news-show001 .list-item .related-expert ul li a .doc-info .dep-protit .protit span + span:before {
                    content: "/"; }
            .news-show001 .list-item .related-expert ul li a .doc-info .goodat {
              margin-top: 0.5rem;
              color: #7F7F7F;
              line-height: 1.05rem;
              max-height: 3.15rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              font-size: 0.7rem; }
            .news-show001 .list-item .related-expert ul li a:hover .doc-info .doc-name {
              color: #337ECF; }
    .news-show001 .list-item .related-depart {
      margin-top: 2rem; }
      .news-show001 .list-item .related-depart ul li {
        padding: 1rem 0;
        border-bottom: 1px solid #D7D7D7;
        box-sizing: border-box; }
        .news-show001 .list-item .related-depart ul li .dep-tit {
          display: inline-block;
          font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 0.9rem;
          color: #333333;
          line-height: 1;
          margin-bottom: 1rem; }
          .news-show001 .list-item .related-depart ul li .dep-tit:hover {
            color: #337ECF; }
        .news-show001 .list-item .related-depart ul li .dep-intro {
          font-size: 0.7rem;
          color: #7F7F7F;
          line-height: 21px;
          max-height: 42px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box; }
  .news-show001 .news-right {
    width: 17rem; }
    .news-show001 .news-right a.column-tit {
      width: 100%;
      color: #333333;
      display: flex;
      align-items: center;
      justify-content: space-between;
      box-sizing: border-box;
      line-height: 1; }
      .news-show001 .news-right a.column-tit span {
        font-size: 1.2rem; }
      .news-show001 .news-right a.column-tit i {
        font-size: 0.8rem; }
      .news-show001 .news-right a.column-tit:hover {
        color: #004C99; }
    .news-show001 .news-right ul {
      margin-top: 1rem;
      width: 100%; }
      .news-show001 .news-right ul li {
        width: 100%;
        height: 4.5rem;
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
        margin-bottom: 1rem;
        background-color: #fff;
        transition: all 0.5s;
        position: relative;
        overflow: hidden; }
        .news-show001 .news-right ul li:hover a img {
          opacity: 0.15; }
        .news-show001 .news-right ul li:hover a p.title, .news-show001 .news-right ul li:hover a .time {
          color: #337ECF; }
        .news-show001 .news-right ul li a {
          width: 100%;
          height: 100%;
          display: block;
          box-sizing: border-box;
          padding: 0.5rem;
          font-size: 0;
          position: relative; }
          .news-show001 .news-right ul li a img {
            position: absolute;
            bottom: 0;
            right: 0;
            opacity: 0; }
          .news-show001 .news-right ul li a .time {
            font-size: 0.7rem;
            color: #004C99;
            display: inline-block;
            line-height: 1; }
          .news-show001 .news-right ul li a p.title {
            font-size: 0.8rem;
            line-height: 1.2rem;
            max-height: 2.4rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            color: #333333;
            margin-top: 0.4rem; }

@media (max-width: 960px) {
  .news-show001-box .inner-layout {
    padding: 0 20px; }

  .news-show001 {
    display: block; }
    .news-show001 .list-item.has-right {
      width: 100%; }
    .news-show001 .news-right {
      width: 100%;
      margin-top: 20px; } }
.care-mode .news-show001 .list-item .content .news-title h1 {
  font-size: 2rem; }
.care-mode .news-show001 .list-item .content .news-title span {
  font-size: 0.9rem; }
.care-mode .news-show001 .list-item .content .news-title .ctrl {
  display: none; }
.care-mode .news-show001 .list-item .content .news-content p, .care-mode .news-show001 .list-item .content .news-content div, .care-mode .news-show001 .list-item .content .news-content span, .care-mode .news-show001 .list-item .content .news-content a {
  font-size: 1.2rem !important; }
.care-mode .news-show001 .list-item .content .share-box span {
  font-size: 0.9rem; }

.list-doctor001 .container-inner {
  padding-top: 3.4rem;
  position: relative; }
.list-doctor001 .doctor-search-box {
  top: 0.9rem;
  position: absolute;
  width: 28.75rem;
  margin-right: -14.375rem;
  right: 50%;
  font-size: 0.9rem;
  color: #333; }
  .list-doctor001 .doctor-search-box p.doc-search-tit {
    line-height: 2.4rem;
    float: left; }
.list-doctor001 .doctor-search {
  width: 24rem;
  box-sizing: border-box;
  border: 1px solid #DCDFE6;
  border-radius: 4px; }
  .list-doctor001 .doctor-search .doctor-name {
    height: 2.4rem;
    width: 100%;
    background-color: inherit;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #333;
    padding: 0 2rem 0 0.5rem;
    line-height: 2.4rem;
    transition: all .3s;
    vertical-align: middle;
    border-radius: 0.2rem;
    display: inline-block;
    font-size: 0.7rem;
    background-image: none;
    /* width: 100%; */
    box-sizing: border-box; }
    .list-doctor001 .doctor-search .doctor-name::placeholder {
      color: #aaa; }
  .list-doctor001 .doctor-search .btn {
    position: absolute;
    height: 2.4rem;
    background: inherit;
    color: #036F6F;
    right: 0.7rem; }
    .list-doctor001 .doctor-search .btn i {
      font-size: 1.2rem;
      line-height: 2.4rem;
      color: #004C99; }
@media (max-width: 960px) {
  .list-doctor001 .container-inner {
    padding-top: 58px; }
  .list-doctor001 .doctor-search-box {
    width: 100%;
    right: 10px;
    margin-right: 0; }
    .list-doctor001 .doctor-search-box p.doc-search-tit {
      display: none; }
  .list-doctor001 .doctor-search {
    width: calc(100% - 20px);
    right: 10px;
    height: 40px; }
    .list-doctor001 .doctor-search .doctor-name {
      height: 40px;
      line-height: 40px; }
    .list-doctor001 .doctor-search .btn {
      height: 40px; } }

.filter {
  margin: 0.75rem 0;
  overflow: hidden;
  background-color: #F8F5EB;
  padding: 0.5rem 1.5rem; }
  .filter dl {
    position: relative;
    font-size: 0.7rem;
    border-top: 1px solid #D7D7D7;
    padding: 0.5rem 0 0.25rem; }
    .filter dl:first-child {
      border-top: none; }
    .filter dl.depart-all dt {
      top: 0.65rem; }
    .filter dl.depart-all .tabs .tab-tit {
      height: 2.5rem;
      line-height: 2.5rem; }
      .filter dl.depart-all .tabs .tab-tit a {
        font-size: 0.8rem;
        overflow: visible; }
        .filter dl.depart-all .tabs .tab-tit a:before {
          content: "";
          display: block;
          position: absolute;
          width: 100%;
          height: 0.25rem;
          left: 0;
          bottom: -0.05rem; }
        .filter dl.depart-all .tabs .tab-tit a + a {
          margin-left: 2.75rem; }
        .filter dl.depart-all .tabs .tab-tit a.cur {
          color: #004C99; }
          .filter dl.depart-all .tabs .tab-tit a.cur:before {
            background-color: #EAB660; }
    .filter dl.depart-all .tabs .tab-pannel {
      display: block;
      min-height: 2.6rem;
      overflow: hidden; }
      .filter dl.depart-all .tabs .tab-pannel li {
        display: none;
        overflow: hidden;
        padding: 0.25rem 0;
        min-height: 4.2rem;
        text-align: justify;
        width: 100%; }
        .filter dl.depart-all .tabs .tab-pannel li:first-child {
          display: block; }
    .filter dl dt {
      font-size: 0.8rem;
      height: 1.7rem;
      color: #333333;
      line-height: 1.7rem;
      position: absolute;
      left: 0;
      transform: translateY(0.25rem); }
    .filter dl dd {
      margin-left: 5.5rem;
      overflow: hidden;
      box-sizing: border-box; }
      .filter dl dd a {
        box-sizing: border-box;
        overflow: hidden;
        position: relative;
        color: #666;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block; }
      .filter dl dd > a, .filter dl dd .tab-pannel a {
        line-height: 1.3rem;
        height: 1.3rem;
        margin-bottom: 0.25rem;
        margin-top: 0.25rem;
        margin-right: 0.5rem;
        padding: 0 0.5rem;
        border-radius: 4px; }
        .filter dl dd > a.gray, .filter dl dd .tab-pannel a.gray {
          background-color: #f8f8f8 !important;
          color: #b9b9b9 !important;
          cursor: default; }
        .filter dl dd > a.cur, .filter dl dd .tab-pannel a.cur {
          background-color: #004C99;
          color: #fff; }
        .filter dl dd > a:hover, .filter dl dd .tab-pannel a:hover {
          color: #004C99; }
        .filter dl dd > a.cur:hover, .filter dl dd .tab-pannel a.cur:hover {
          color: #fff; }

.haschosen {
  padding: 0.75rem 0;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  min-height: 1.75rem;
  margin-bottom: 1rem; }
  .haschosen #formPosition {
    position: absolute;
    top: -7.5rem; }
  .haschosen span, .haschosen .doctor-num {
    font-size: 0.8rem;
    color: #999;
    line-height: 1.5rem; }
  .haschosen .doc-count {
    display: flex;
    justify-content: space-between; }
    .haschosen .doc-count .doctor-num b {
      font-weight: 400;
      color: #004C99; }
    .haschosen .doc-count .check-list a {
      display: inline-block;
      height: 1.5rem;
      width: 1.5rem;
      line-height: 1.5rem;
      text-align: center;
      border: 1px solid #FFA943; }
      .haschosen .doc-count .check-list a i {
        font-size: 1rem;
        color: #FFA943; }
    .haschosen .doc-count .check-list a.cur {
      background-color: #FFA943; }
      .haschosen .doc-count .check-list a.cur i {
        color: #fff; }
    .haschosen .doc-count .check-list a + a {
      margin-left: 0.5rem; }
  .haschosen .choose-list a {
    display: inline-block;
    font-size: 0.7rem;
    margin-right: 0.25rem;
    line-height: 1.7rem;
    border-radius: 0.15rem;
    margin-bottom: 0.2rem;
    padding: 0 0.5rem;
    background-color: #004C99;
    color: #fff; }
    .haschosen .choose-list a i {
      font-size: 0.6rem;
      margin-left: 0.25rem; }

.doctor-filter-mobile {
  height: 40px;
  width: 100%;
  box-shadow: 0 5px 5px #eee;
  margin-bottom: 20px;
  display: none;
  position: relative; }
  .doctor-filter-mobile .filter-title {
    flex: 1;
    width: 50%;
    text-align: center;
    line-height: 40px;
    cursor: pointer; }
    .doctor-filter-mobile .filter-title .filter-name {
      display: flex;
      justify-content: center; }
      .doctor-filter-mobile .filter-title .filter-name span {
        display: inline-block;
        height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .doctor-filter-mobile .filter-title .filter-name i {
        color: #999999;
        margin-left: 8px;
        transition: all 0.3s;
        display: inline-block; }
    .doctor-filter-mobile .filter-title .filter-content {
      border-top: 1px solid #eee;
      display: none;
      position: absolute;
      top: 40px;
      left: 0;
      background-color: #fff;
      width: 100%;
      z-index: 1;
      box-shadow: 0 5px 5px #eee;
      max-height: 50vh;
      overflow-y: auto; }
      .doctor-filter-mobile .filter-title .filter-content a {
        display: block; }
        .doctor-filter-mobile .filter-title .filter-content a.cur {
          background-color: rgba(0, 76, 153, 0.5);
          color: #fff; }
    .doctor-filter-mobile .filter-title .filter-content.depart-filter, .doctor-filter-mobile .filter-title .filter-content.protit-filter {
      overflow: visible; }
      .doctor-filter-mobile .filter-title .filter-content.depart-filter .tabs, .doctor-filter-mobile .filter-title .filter-content.protit-filter .tabs {
        justify-content: space-between;
        display: flex; }
        .doctor-filter-mobile .filter-title .filter-content.depart-filter .tabs .tab-tit, .doctor-filter-mobile .filter-title .filter-content.protit-filter .tabs .tab-tit {
          box-sizing: border-box;
          width: 30%;
          border-right: 1px solid #eee;
          max-height: 50vh;
          overflow-y: auto; }
          .doctor-filter-mobile .filter-title .filter-content.depart-filter .tabs .tab-tit a, .doctor-filter-mobile .filter-title .filter-content.protit-filter .tabs .tab-tit a {
            display: block; }
            .doctor-filter-mobile .filter-title .filter-content.depart-filter .tabs .tab-tit a.cur, .doctor-filter-mobile .filter-title .filter-content.protit-filter .tabs .tab-tit a.cur {
              background-color: rgba(0, 76, 153, 0.5);
              color: #fff; }
        .doctor-filter-mobile .filter-title .filter-content.depart-filter .tabs ul.tab-pannel, .doctor-filter-mobile .filter-title .filter-content.protit-filter .tabs ul.tab-pannel {
          max-height: 50vh;
          overflow-y: auto;
          width: 70%; }
          .doctor-filter-mobile .filter-title .filter-content.depart-filter .tabs ul.tab-pannel li, .doctor-filter-mobile .filter-title .filter-content.protit-filter .tabs ul.tab-pannel li {
            display: none; }
            .doctor-filter-mobile .filter-title .filter-content.depart-filter .tabs ul.tab-pannel li:first-child, .doctor-filter-mobile .filter-title .filter-content.protit-filter .tabs ul.tab-pannel li:first-child {
              display: block; }
    .doctor-filter-mobile .filter-title.active .filter-name i {
      transform: rotate(180deg); }

@media (max-width: 960px) {
  .list-doctor003 {
    min-height: 50vh; }

  .filter {
    display: none; }

  .haschosen {
    display: none; } }
.doctor-list-wrap .doctor-list li {
  transition: all 0.2s;
  width: 18.9rem;
  height: 12.5rem;
  float: left;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  padding: 0.95rem;
  margin-right: 1.6rem;
  margin-bottom: 1.5rem;
  position: relative; }
  .doctor-list-wrap .doctor-list li:hover {
    border-color: #004C99;
    box-shadow: 0px 0.5rem 1.5rem rgba(0, 76, 153, 0.2); }
  .doctor-list-wrap .doctor-list li .detail {
    position: relative;
    height: 6.5rem;
    padding-left: 5.25rem;
    padding-bottom: 0.75rem;
    margin-bottom: 0.45rem;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    transition: all 0.3s; }
    .doctor-list-wrap .doctor-list li .detail .thumb {
      position: absolute;
      top: 0;
      left: 0;
      width: 4.3rem;
      height: 6rem;
      overflow: hidden;
      border-radius: 0.25rem; }
      .doctor-list-wrap .doctor-list li .detail .thumb img {
        display: block;
        width: 100%;
        height: 100%; }
    .doctor-list-wrap .doctor-list li .detail h2 {
      font-size: 0.8rem;
      line-height: 0.8rem;
      margin-bottom: 0.5rem;
      display: flex;
      align-items: center; }
      .doctor-list-wrap .doctor-list li .detail h2 .logo-item {
        margin-left: 0.5rem;
        height: 1rem;
        padding: 0 0.25rem;
        border-radius: 4px;
        line-height: 1rem;
        border: 1px solid #004C99;
        color: #004C99;
        text-align: center;
        font-weight: normal;
        font-size: 12px; }
      .doctor-list-wrap .doctor-list li .detail h2 a {
        color: #333333; }
        .doctor-list-wrap .doctor-list li .detail h2 a:hover {
          color: #004C99; }
    .doctor-list-wrap .doctor-list li .detail .info > div {
      line-height: 1;
      margin-bottom: 0.5rem; }
      .doctor-list-wrap .doctor-list li .detail .info > div.depart-info {
        font-size: 0.7rem;
        color: #004C99; }
        .doctor-list-wrap .doctor-list li .detail .info > div.depart-info u, .doctor-list-wrap .doctor-list li .detail .info > div.depart-info a {
          font-size: 0.7rem; }
        .doctor-list-wrap .doctor-list li .detail .info > div.depart-info a {
          color: #004C99; }
        .doctor-list-wrap .doctor-list li .detail .info > div.depart-info a + a:before {
          content: '、'; }
      .doctor-list-wrap .doctor-list li .detail .info > div.doc-position {
        font-size: 0; }
        .doctor-list-wrap .doctor-list li .detail .info > div.doc-position u {
          color: #999;
          font-size: 0.7rem; }
        .doctor-list-wrap .doctor-list li .detail .info > div.doc-position u + u {
          margin-left: 0.5rem; }
    .doctor-list-wrap .doctor-list li .detail .info u {
      color: #999; }
    .doctor-list-wrap .doctor-list li .detail p.col-goodat {
      color: #999;
      line-height: 21px;
      max-height: 42px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      display: none; }
  .doctor-list-wrap .doctor-list li p {
    color: #666;
    font-size: 0.7rem;
    line-height: 21px;
    max-height: 63px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box; }
  .doctor-list-wrap .doctor-list li .code-box {
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    width: 1.6rem;
    height: 1.6rem;
    overflow: visible;
    cursor: pointer; }
    .doctor-list-wrap .doctor-list li .code-box i {
      font-size: 1.6rem;
      height: 1.6rem;
      color: #a9a9a9;
      line-height: 1;
      transition: color .3s; }
    .doctor-list-wrap .doctor-list li .code-box .code {
      display: none;
      position: absolute;
      right: 0;
      top: 1px;
      background-color: #fff;
      z-index: 1;
      border: 1px solid #ccc;
      box-shadow: 0 0.25rem 1rem rgba(174, 174, 174, 0.5); }
      .doctor-list-wrap .doctor-list li .code-box .code img {
        display: block;
        margin: 0.5rem; }
      .doctor-list-wrap .doctor-list li .code-box .code u {
        font-size: 0.6rem;
        display: block;
        text-align: center;
        padding: 0.25rem;
        background-color: #f2f2f2; }
    .doctor-list-wrap .doctor-list li .code-box:hover i {
      color: #004C99; }
    .doctor-list-wrap .doctor-list li .code-box:hover .code {
      display: block; }
.doctor-list-wrap .doctor-list li:nth-child(3n) {
  margin-right: 0; }
.doctor-list-wrap .doctor-list.col-list {
  margin-right: 0; }
  .doctor-list-wrap .doctor-list.col-list li {
    width: 100%;
    height: auto;
    display: block;
    float: none;
    margin-right: 0;
    margin-bottom: 0;
    border-left-color: #fff;
    border-right-color: #fff;
    border-top-color: #fff;
    padding: 0.95rem 0; }
    .doctor-list-wrap .doctor-list.col-list li:hover {
      border-color: #e5e5e5;
      box-shadow: none;
      border-left-color: #fff;
      border-right-color: #fff;
      border-top-color: #fff; }
    .doctor-list-wrap .doctor-list.col-list li .detail {
      border-bottom: none;
      margin-bottom: 0; }
      .doctor-list-wrap .doctor-list.col-list li .detail p.col-goodat {
        display: block; }
    .doctor-list-wrap .doctor-list.col-list li p.raw-goodat {
      display: none; }

@media (max-width: 960px) {
  .doctor-list-wrap {
    padding: 0 10px; }
    .doctor-list-wrap .doctor-list li {
      width: 100%;
      height: 180px;
      margin-bottom: 10px; }
      .doctor-list-wrap .doctor-list li .detail {
        height: 100px; }
      .doctor-list-wrap .doctor-list li p {
        line-height: 21px;
        max-height: 42px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box; }

  .doctor-list-wrap .doctor-list li .detail h2 {
    margin-bottom: 8px;
    font-size: 14px; }

  .doctor-list-wrap .doctor-list li .detail .info > div {
    margin-bottom: 8px; }

  .doctor-list-wrap .doctor-list li .detail .info > div.doc-position u,
  .doctor-list-wrap .doctor-list li .detail .info > div.depart-info {
    font-size: 12px; } }
.outpatient-doctor {
  overflow: hidden;
  background-color: #fff;
  min-height: 19.5rem;
  box-sizing: border-box; }
  @media (max-width: 1200px) {
    .outpatient-doctor .outpatient {
      padding-top: 6rem; } }
  .outpatient-doctor .outpatient-banner {
    height: 15rem;
    width: 100%;
    background-image: url("../images/sdzyy/outpatient_banner.png");
    background-size: cover; }
    .outpatient-doctor .outpatient-banner h2 {
      font-size: 2rem;
      line-height: 15rem;
      font-weight: normal;
      color: #fff;
      text-align: center; }
  .outpatient-doctor .inner-content {
    position: relative;
    min-height: 19.5rem; }
    .outpatient-doctor .inner-content .bg1, .outpatient-doctor .inner-content .bg2 {
      height: 24rem;
      width: 48rem;
      position: absolute;
      opacity: 0.4; }
    .outpatient-doctor .inner-content .bg1 {
      left: 0;
      top: 0; }
    .outpatient-doctor .inner-content .bg2 {
      right: 0;
      bottom: 0; }
    .outpatient-doctor .inner-content .inner-layout {
      z-index: 10;
      position: relative; }
      .outpatient-doctor .inner-content .inner-layout .doctor-path {
        height: 4.75rem;
        line-height: 4.75rem; }
        .outpatient-doctor .inner-content .inner-layout .doctor-path span, .outpatient-doctor .inner-content .inner-layout .doctor-path u {
          color: #AAAAAA;
          font-size: 14px; }
        .outpatient-doctor .inner-content .inner-layout .doctor-path a {
          font-size: 0.7rem; }
      .outpatient-doctor .inner-content .inner-layout .basic-msg {
        margin-top: 2rem;
        height: 10rem;
        width: 100%;
        display: flex;
        justify-content: space-between; }
        .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-header {
          height: 10rem;
          width: 7.5rem; }
          .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-header img {
            height: 100%;
            width: 100%; }
        .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail {
          height: 10rem;
          position: relative;
          overflow: hidden;
          width: 50.8rem; }
          .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail .doc-msg h3 {
            font-size: 1.6rem;
            font-weight: normal;
            margin-bottom: 1rem; }
          .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail .doc-msg p {
            font-size: 0.9rem;
            line-height: 2rem; }
          .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail .doc-msg u {
            color: #AAAAAA; }
          .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail img.detail-bar {
            height: 0.1rem;
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0; }
          .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail .doctor-code {
            position: absolute;
            height: 100%;
            top: 0;
            right: 0;
            text-align: right;
            font-size: 0;
            min-height: 12.95rem;
            display: flex; }
            .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail .doctor-code .qr-img {
              width: 7rem;
              min-height: 11.4rem;
              text-align: center;
              height: 100%;
              box-sizing: border-box;
              margin-left: 1rem;
              color: #999;
              font-size: 0.75rem;
              display: inline-block; }
              .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail .doctor-code .qr-img .qr-img-box {
                border: 1px solid #d7d7d7;
                margin: 0 auto 0.75rem; }
              .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail .doctor-code .qr-img img {
                width: 100%;
                height: 100%;
                display: block; }
      .outpatient-doctor .inner-content .inner-layout .doc-info h4 {
        font-size: 1rem;
        font-weight: normal;
        margin-top: 0.75rem;
        line-height: 2.5rem; }
      .outpatient-doctor .inner-content .inner-layout .doc-info .intro-cont {
        text-indent: 2em;
        font-size: 0.8rem;
        line-height: 1.2rem; }
      .outpatient-doctor .inner-content .inner-layout .bar-line {
        width: 100%;
        padding: 1.5rem 0; }
        .outpatient-doctor .inner-content .inner-layout .bar-line img {
          height: 0.1rem;
          width: 100%; }
      .outpatient-doctor .inner-content .inner-layout .out-tit {
        height: 1.6rem;
        width: 100%;
        display: flex;
        justify-content: space-between; }
        .outpatient-doctor .inner-content .inner-layout .out-tit p {
          line-height: 1.6rem; }
          .outpatient-doctor .inner-content .inner-layout .out-tit p span {
            font-size: 1rem;
            display: inline-block;
            margin-right: 1rem; }
          .outpatient-doctor .inner-content .inner-layout .out-tit p u {
            font-size: 0.8rem;
            color: #7F7F7F; }
        .outpatient-doctor .inner-content .inner-layout .out-tit a {
          display: block;
          height: 1.6rem;
          width: 4.8rem;
          border-radius: 1.6rem;
          border: 1px solid #D7D7D7;
          position: relative;
          text-align: center;
          line-height: 1.6rem;
          transition: all 0.2s; }
          .outpatient-doctor .inner-content .inner-layout .out-tit a:hover {
            color: #fff;
            border-color: #5898A6;
            background-color: #5898A6; }
            .outpatient-doctor .inner-content .inner-layout .out-tit a:hover i {
              opacity: 1;
              transform: translateX(0); }
            .outpatient-doctor .inner-content .inner-layout .out-tit a:hover span {
              transform: translateX(-0.25rem); }
          .outpatient-doctor .inner-content .inner-layout .out-tit a i {
            display: inline-block;
            transform: translateX(-0.5rem);
            position: absolute;
            transition: transform 0.4s;
            color: #fff;
            opacity: 0;
            font-size: 14px; }
          .outpatient-doctor .inner-content .inner-layout .out-tit a span {
            position: relative;
            display: inline-block;
            transition: transform 0.2s;
            font-size: 0.7rem;
            top: -0.1rem; }
      .outpatient-doctor .inner-content .inner-layout .doc-outpatient .out-tit {
        margin-bottom: 0.5rem; }
      .outpatient-doctor .inner-content .inner-layout .doc-outpatient p.area-title {
        font-size: 0.9rem;
        line-height: 3.5rem; }
      .outpatient-doctor .inner-content .inner-layout .doc-outpatient h2.area-tit {
        font-size: 1rem;
        font-weight: normal;
        margin: 0.6rem 0; }
      .outpatient-doctor .inner-content .inner-layout .doc-outpatient div.outpatient-tips {
        display: flex;
        flex-direction: row-reverse;
        margin: 0.75rem 0; }
        .outpatient-doctor .inner-content .inner-layout .doc-outpatient div.outpatient-tips p {
          font-size: 14px;
          line-height: 20px;
          margin-right: 20px; }
          .outpatient-doctor .inner-content .inner-layout .doc-outpatient div.outpatient-tips p span.tips-text {
            color: #aaa; }
      .outpatient-doctor .inner-content .inner-layout .doc-outpatient .mobile-table-box {
        display: none; }
      .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table {
        width: 100%;
        border-collapse: collapse; }
        .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table p {
          margin-bottom: 0; }
        .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table th, .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td {
          border: 1px solid #D7D7D7; }
        .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table th {
          background-color: #7E9AA6;
          text-align: center;
          color: #fff;
          height: 3rem;
          line-height: 3rem;
          font-weight: normal;
          font-size: 0.8rem; }
          .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table th.week p {
            line-height: 1.2rem; }
        .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td {
          padding: 1.5rem 0;
          background-color: #fff;
          vertical-align: center;
          text-align: center;
          font-size: 0.8rem; }
        .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor {
          position: relative;
          text-align: left;
          width: 11%;
          padding-left: 0.5rem; }
          .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor p.type-C1 {
            height: 2rem;
            width: 2rem;
            background-color: #54A0EA;
            border-radius: 50%;
            margin: 0 auto;
            color: #fff;
            text-align: center;
            line-height: 2rem;
            font-size: 0.6rem; }
            .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor p.type-C1:after {
              content: '专家'; }
          .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor p.type-C0 {
            height: 2rem;
            width: 2rem;
            background-color: #49a135;
            border-radius: 50%;
            margin: 0 auto;
            color: #fff;
            text-align: center;
            line-height: 2rem;
            font-size: 0.6rem; }
            .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor p.type-C0:after {
              content: '普通'; }
          .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor p.type-C3 {
            height: 2rem;
            width: 2rem;
            background-color: #DF6B79;
            border-radius: 50%;
            margin: 0 auto;
            color: #fff;
            text-align: center;
            line-height: 2rem;
            font-size: 0.6rem; }
            .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor p.type-C3:after {
              content: '特需'; }
          .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor p.type-C9 {
            height: 2rem;
            width: 2rem;
            background-color: #808086;
            border-radius: 50%;
            margin: 0 auto;
            color: #fff;
            text-align: center;
            line-height: 2rem;
            font-size: 0.6rem; }
            .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor p.type-C9:after {
              content: '停诊'; }
          .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor .detail-info {
            display: none;
            position: absolute;
            padding: 1rem 1rem;
            min-width: 10rem;
            text-align: left;
            background: #fff;
            box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.15);
            z-index: 2022;
            border-radius: 0.2rem;
            top: calc(50% + 2rem);
            left: calc(-7.25rem + 50%); }
            .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor .detail-info .inner-detail-info {
              display: flex; }
              .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor .detail-info .inner-detail-info div {
                padding: 0; }
              .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor .detail-info .inner-detail-info .detail-info-image-box {
                height: 4.9rem;
                width: 3.5rem;
                margin-right: 1rem; }
                .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor .detail-info .inner-detail-info .detail-info-image-box img {
                  height: 4.9rem;
                  width: 3.5rem; }
            .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor .detail-info p {
              font-size: 0.7rem;
              line-height: 1.8rem;
              white-space: nowrap; }
              .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor .detail-info p u {
                display: inline-block;
                width: 3.25rem; }
            .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor .detail-info .tip {
              position: absolute;
              height: 1rem;
              width: 1.4rem;
              overflow: hidden;
              top: -1rem;
              left: calc(50% - 0.7rem); }
            .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor .detail-info .tip:after {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              background: #fff;
              box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
              transform: rotate(45deg);
              transform-origin: left bottom; }
      .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile {
        width: 100%;
        border-collapse: collapse;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
        .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile p {
          margin-bottom: 0; }
        .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile th, .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile td {
          border: 1px solid #D7D7D7; }
        .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile th {
          background-color: #7E9AA6;
          color: #fff;
          height: 40px;
          line-height: 40px;
          text-align: center;
          font-weight: normal;
          font-size: 12px; }
        .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile th.title-keshi {
          width: 25%; }
        .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile td {
          font-size: 12px;
          text-align: center;
          height: 30px;
          position: relative; }
          .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile td p.type-C0 {
            line-height: 20px;
            margin: 10px auto;
            height: 20px;
            width: 55%;
            color: #fff;
            border-radius: 10px;
            background-color: #54A0EA; }
            .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile td p.type-C0:after {
              content: '专家'; }
          .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile td p.type-C1 {
            line-height: 20px;
            margin: 10px auto;
            height: 20px;
            width: 55%;
            color: #fff;
            border-radius: 10px;
            background-color: #49a135; }
            .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile td p.type-C1:after {
              content: '普通'; }
          .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile td p.type-C3 {
            line-height: 20px;
            margin: 10px auto;
            height: 20px;
            width: 55%;
            color: #fff;
            border-radius: 10px;
            background-color: #DF6B79; }
            .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile td p.type-C3:after {
              content: '特需'; }
          .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile td p.type-C9 {
            line-height: 20px;
            margin: 10px auto;
            height: 20px;
            width: 55%;
            color: #fff;
            border-radius: 10px;
            background-color: #808086; }
            .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile td p.type-C9:after {
              content: '停诊'; }
      @media (max-width: 960px) {
        .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-box {
          display: none; }
        .outpatient-doctor .inner-content .inner-layout .doc-outpatient .mobile-table-box {
          display: block; } }
      .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick {
        margin-top: 0.75rem;
        width: 100%;
        height: 20.5rem; }
        .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick .doc-item {
          height: 17.5rem;
          width: 11.2rem;
          background-color: #fff;
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-sizing: border-box;
          padding: 2rem 2rem 0 2rem;
          margin: 10px auto; }
          .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick .doc-item .doc-item-info a {
            display: flex;
            width: 7.2rem;
            flex-direction: column;
            align-items: center; }
            .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick .doc-item .doc-item-info a img {
              height: 10rem;
              width: 7.2rem; }
            .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick .doc-item .doc-item-info a p.name {
              font-size: 0.9rem;
              margin-top: 0.5rem;
              line-height: 1.6rem;
              white-space: nowrap; }
            .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick .doc-item .doc-item-info a span.protit {
              font-size: 0.7rem;
              margin-bottom: 0.5rem; }
          .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick .doc-item span.level-list {
            display: flex;
            flex-wrap: wrap;
            justify-content: center; }
            .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick .doc-item span.level-list u {
              font-size: 0.6rem;
              color: #aaa;
              line-height: 0.7rem; }
            .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick .doc-item span.level-list u + u:before {
              content: '/';
              font-size: 0.6rem;
              color: #aaa; }
        .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick .slick-dots {
          display: none;
          bottom: -20px; }
          .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick .slick-dots li {
            height: 8px;
            width: 8px;
            border-radius: 50%;
            background-color: #D7D7D7; }
            .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick .slick-dots li button:before {
              content: ''; }
          .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick .slick-dots li.slick-active {
            background-color: #FAAD69; }
      .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick-mobile {
        height: 0;
        visibility: hidden;
        margin: 0; }
        .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick-mobile .mobile-doc-group {
          display: flex;
          flex-wrap: wrap; }
          .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick-mobile .mobile-doc-group .doc-item {
            background-color: #fff;
            box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
            width: calc(33vw - 25px);
            height: calc(46vw - 10px);
            padding: 4vw 0 0;
            min-height: 166px;
            min-width: 114px;
            box-sizing: border-box;
            margin: 10px; }
            @media (max-width: 960px) {
              .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick-mobile .mobile-doc-group .doc-item {
                margin: 3px; } }
            .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick-mobile .mobile-doc-group .doc-item .doc-item-info a {
              display: flex;
              flex-direction: column;
              align-items: center;
              width: 14vw;
              min-width: 50px;
              margin: 0 auto; }
              .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick-mobile .mobile-doc-group .doc-item .doc-item-info a p.name {
                font-size: 0.9rem;
                margin-top: 0.5rem;
                line-height: 1.6rem; }
              .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick-mobile .mobile-doc-group .doc-item .doc-item-info a span.protit {
                font-size: 0.7rem;
                margin-bottom: 0.5rem; }
              .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick-mobile .mobile-doc-group .doc-item .doc-item-info a img {
                height: 20vw;
                width: 14vw;
                min-width: 50px;
                min-height: 70px; }
            .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick-mobile .mobile-doc-group .doc-item span.level-list {
              display: flex;
              flex-wrap: wrap;
              justify-content: center; }
              .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick-mobile .mobile-doc-group .doc-item span.level-list u {
                font-size: 0.6rem;
                color: #aaa;
                line-height: 0.7rem; }
              .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick-mobile .mobile-doc-group .doc-item span.level-list u + u:before {
                content: '/';
                font-size: 0.6rem;
                color: #aaa; }
      .outpatient-doctor .inner-content .inner-layout .doc-news .doc-news-cont {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .outpatient-doctor .inner-content .inner-layout .doc-news .doc-news-cont li.doc-news-item {
          height: 5.25rem;
          width: 29rem;
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .outpatient-doctor .inner-content .inner-layout .doc-news .doc-news-cont li.doc-news-item:nth-child(-n+2) {
            border-bottom: 1px solid rgba(215, 215, 215, 0.51); }
          .outpatient-doctor .inner-content .inner-layout .doc-news .doc-news-cont li.doc-news-item .time-box {
            height: 3.25rem;
            width: 3rem;
            border-radius: 0.2rem;
            text-align: center; }
            .outpatient-doctor .inner-content .inner-layout .doc-news .doc-news-cont li.doc-news-item .time-box u {
              display: block;
              height: 1rem;
              line-height: 1rem;
              font-size: 0.6rem;
              color: #fff;
              width: 100%;
              border-top-right-radius: 0.2rem;
              border-top-left-radius: 0.2rem;
              background-color: #004C99; }
            .outpatient-doctor .inner-content .inner-layout .doc-news .doc-news-cont li.doc-news-item .time-box span {
              display: block;
              height: 2.2rem;
              width: 100%;
              background-color: #EEEEEE;
              line-height: 2.2rem;
              border-bottom-left-radius: 0.2rem;
              border-bottom-right-radius: 0.2rem;
              font-size: 1.2rem;
              color: #004C99; }
          .outpatient-doctor .inner-content .inner-layout .doc-news .doc-news-cont li.doc-news-item .news-title {
            width: 25rem;
            font-size: 0.8rem;
            line-height: 32px;
            max-height: 64px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box; }
      .outpatient-doctor .inner-content .inner-layout .doctor-mobile-code {
        height: 170px;
        justify-content: center;
        display: none; }
        .outpatient-doctor .inner-content .inner-layout .doctor-mobile-code .qr-img {
          width: 7rem;
          min-height: 11.4rem;
          text-align: center;
          height: 100%;
          box-sizing: border-box;
          margin-left: 1rem;
          color: #999;
          font-size: 0.75rem;
          display: inline-block; }
          .outpatient-doctor .inner-content .inner-layout .doctor-mobile-code .qr-img img {
            width: 7rem;
            height: 7rem;
            display: block;
            margin: 0 auto 0.75rem; }
      .outpatient-doctor .inner-content .inner-layout .slick-bar-line {
        display: none; }
  @media (max-width: 960px) {
    .outpatient-doctor .inner-content {
      padding: 0 10px; }
      .outpatient-doctor .inner-content .inner-layout .basic-msg {
        justify-content: start; }
        .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-header {
          height: 170px;
          width: 120px;
          margin-right: 10px; }
        .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail {
          width: auto;
          flex: 1;
          height: 170px; }
          .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail .doctor-code {
            display: none; }
          .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail .doc-msg p {
            font-size: 14px;
            line-height: 16px;
            margin-bottom: 14px; }
      .outpatient-doctor .inner-content .inner-layout .doc-info h4 {
        font-size: 16px; }
      .outpatient-doctor .inner-content .inner-layout .out-tit p u {
        display: none; }
      .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick {
        visibility: hidden;
        height: 0;
        min-height: 0;
        margin: 0; }
      .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick-mobile {
        height: auto;
        visibility: visible;
        margin-bottom: 30px; }
      .outpatient-doctor .inner-content .inner-layout .doc-news .doc-news-cont {
        justify-content: start;
        flex-direction: column; }
        .outpatient-doctor .inner-content .inner-layout .doc-news .doc-news-cont li.doc-news-item {
          border-bottom: 1px solid rgba(215, 215, 215, 0.51);
          width: 100%; }
          .outpatient-doctor .inner-content .inner-layout .doc-news .doc-news-cont li.doc-news-item .time-box {
            margin-right: 20px; }
          .outpatient-doctor .inner-content .inner-layout .doc-news .doc-news-cont li.doc-news-item .news-title {
            flex: 1; }
      .outpatient-doctor .inner-content .inner-layout .doctor-mobile-code {
        display: flex; }
      .outpatient-doctor .inner-content .inner-layout .slick-bar-line {
        display: block; } }

.list-doctor002 .container-inner {
  position: relative; }
.list-doctor002 .doctor-search-box {
  display: flex;
  width: 100%;
  height: 2.5rem;
  margin: 2rem 0; }
  .list-doctor002 .doctor-search-box p.doc-search-tit {
    line-height: 2.4rem;
    font-size: 0.9rem;
    color: #333;
    white-space: nowrap; }
  .list-doctor002 .doctor-search-box .doc-search-select {
    height: 2.5rem;
    width: 16rem;
    box-sizing: border-box;
    border-radius: 0.2rem;
    border: 1px solid #E4E4E4;
    margin-right: 0.85rem;
    position: relative; }
    .list-doctor002 .doctor-search-box .doc-search-select .select-msg {
      display: block;
      height: 100%;
      width: 100%;
      line-height: 2.5rem;
      font-size: 0.8rem;
      box-sizing: border-box;
      padding-left: 1rem; }
    .list-doctor002 .doctor-search-box .doc-search-select i.select-down {
      position: absolute;
      color: #AAAAAA;
      right: 0.85rem;
      font-size: 0.9rem;
      top: 0.8rem; }
    .list-doctor002 .doctor-search-box .doc-search-select i.clear-msg {
      position: absolute;
      right: 2.25rem;
      top: 0.85rem;
      color: #aaa; }
    .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box {
      display: none;
      width: 27.5rem;
      box-sizing: border-box;
      height: auto;
      position: absolute;
      background-color: #fff;
      top: 3rem;
      left: 0;
      z-index: 999;
      border-radius: 0.2rem;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      border: 1px solid #D7D7D7;
      padding: 0.5rem; }
      .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box .area-tit {
        margin: 0 0.5rem;
        padding-top: 0.5rem;
        border-bottom: 1px solid #D7D7D7;
        display: flex; }
        .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box .area-tit a {
          display: block;
          height: 1.5rem;
          min-width: 6rem;
          text-align: center;
          border-radius: 0.2rem;
          margin-bottom: 0.5rem;
          color: #004C99;
          font-size: 0.7rem;
          line-height: 1.5rem; }
        .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box .area-tit a.active {
          background-color: #004C99;
          color: #fff; }
      .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box .inner-depart-option .area-pannel {
        display: none; }
        .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box .inner-depart-option .area-pannel .depart-class-option {
          display: flex;
          flex-wrap: wrap;
          padding-bottom: 0.5rem;
          border-bottom: 1px solid #d7d7d7; }
          .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box .inner-depart-option .area-pannel .depart-class-option li.depart-class-item {
            height: 1.5rem;
            min-width: 6rem;
            border-radius: 0.2rem;
            color: #004C99;
            font-size: 0.7rem;
            line-height: 1.5rem;
            text-align: center; }
          .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box .inner-depart-option .area-pannel .depart-class-option li.depart-class-item.cur {
            background-color: #004C99;
            color: #fff; }
        .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box .inner-depart-option .area-pannel .depart-item-box {
          box-sizing: border-box;
          margin-top: 1rem; }
          .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box .inner-depart-option .area-pannel .depart-item-box div.depart-pannel {
            display: none;
            flex-wrap: wrap;
            margin-right: -0.5rem; }
            .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box .inner-depart-option .area-pannel .depart-item-box div.depart-pannel a {
              display: flex;
              height: 36px;
              width: 6rem;
              font-size: 12px;
              align-items: center;
              line-height: 0.8rem;
              margin-right: 0.5rem; }
              .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box .inner-depart-option .area-pannel .depart-item-box div.depart-pannel a p {
                line-height: 16px;
                max-height: 32px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                display: -webkit-box; }
              .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box .inner-depart-option .area-pannel .depart-item-box div.depart-pannel a:hover {
                color: #337ECF; }
          .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box .inner-depart-option .area-pannel .depart-item-box div.depart-pannel.cur {
            display: flex; }
      .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box .inner-depart-option .area-pannel.active {
        display: block; }
    .list-doctor002 .doctor-search-box .doc-search-select .position-option-box {
      display: none;
      z-index: 999;
      border-radius: 0.2rem;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      position: absolute;
      background-color: #fff;
      top: 3rem;
      left: 0;
      border: 1px solid #D7D7D7; }
      .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .inner-position-option-box {
        width: 16rem;
        display: flex;
        box-sizing: border-box;
        height: auto;
        padding: 0.75rem 0; }
      .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .position-tit {
        width: 6rem; }
        .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .position-tit li.position-class-item {
          display: flex;
          justify-content: space-between;
          align-items: center;
          box-sizing: border-box;
          padding: 0 0.5rem;
          height: 1.7rem;
          width: 100%; }
          .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .position-tit li.position-class-item span {
            font-size: 0.7rem; }
          .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .position-tit li.position-class-item i {
            transition: all 0.3s;
            transform: translateX(-10px);
            opacity: 0;
            color: #004C99;
            font-size: 0.7rem; }
        .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .position-tit li.position-class-item.cur {
          background-color: rgba(0, 76, 153, 0.3); }
          .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .position-tit li.position-class-item.cur span {
            color: #004C99; }
          .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .position-tit li.position-class-item.cur i {
            opacity: 1;
            transform: translateX(0); }
      .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .inner-position-box {
        width: 10rem;
        border-left: 1px solid #d7d7d7; }
        .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .inner-position-box .position-pannel {
          display: none; }
          .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .inner-position-box .position-pannel li.position-item {
            padding-left: 0.5rem; }
            .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .inner-position-box .position-pannel li.position-item a {
              font-size: 0.7rem; }
              .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .inner-position-box .position-pannel li.position-item a:hover {
                color: #337ECF; }
        .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .inner-position-box .position-pannel.cur {
          display: block; }
@media (max-width: 960px) {
  .list-doctor002 .doctor-search-box {
    flex-direction: column;
    height: auto; }
    .list-doctor002 .doctor-search-box .doc-search-select {
      width: 100%;
      margin-bottom: 15px; }
      .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box {
        width: 100%; }
      .list-doctor002 .doctor-search-box .doc-search-select .position-option-box {
        width: 100%; }
        .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .inner-position-option-box {
          width: 100%; }
          .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .inner-position-option-box .position-tit {
            width: 35%; }
          .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .inner-position-option-box .inner-position-box {
            width: 65%; }
    .list-doctor002 .doctor-search-box .doctor-search {
      width: 100%;
      margin-bottom: 15px; }
    .list-doctor002 .doctor-search-box .doc-search-btn {
      width: 100%; } }
.list-doctor002 .doctor-search {
  width: 16rem;
  box-sizing: border-box;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  margin-right: 0.85rem; }
  .list-doctor002 .doctor-search .doctor-name {
    height: 2.4rem;
    width: 100%;
    background-color: inherit;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #333;
    padding: 0 2rem 0 0.5rem;
    line-height: 2.4rem;
    transition: all .3s;
    vertical-align: middle;
    border-radius: 0.2rem;
    display: inline-block;
    font-size: 0.7rem;
    background-image: none;
    /* width: 100%; */
    box-sizing: border-box; }
    .list-doctor002 .doctor-search .doctor-name::placeholder {
      color: #aaa; }
.list-doctor002 .doc-search-btn {
  display: block;
  height: 2.5rem;
  width: 5.2rem;
  text-align: center;
  line-height: 2.5rem;
  background-color: #1D9D9A;
  color: #fff;
  border-radius: 0.2rem;
  font-size: 0.9rem; }
  .list-doctor002 .doc-search-btn i {
    color: #fff;
    font-size: 0.9rem;
    margin-right: 0.4rem; }

.doctor-list-wrap .doctor-list li {
  transition: all 0.2s;
  width: 18.9rem;
  height: 12.5rem;
  float: left;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  padding: 0.95rem;
  margin-right: 1.6rem;
  margin-bottom: 1.5rem;
  position: relative; }
  .doctor-list-wrap .doctor-list li:hover {
    border-color: #004C99;
    box-shadow: 0px 0.5rem 1.5rem rgba(0, 76, 153, 0.2); }
  .doctor-list-wrap .doctor-list li .detail {
    position: relative;
    height: 6.5rem;
    padding-left: 5.25rem;
    padding-bottom: 0.75rem;
    margin-bottom: 0.45rem;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    transition: all 0.3s; }
    .doctor-list-wrap .doctor-list li .detail .thumb {
      position: absolute;
      top: 0;
      left: 0;
      width: 4.3rem;
      height: 6rem;
      overflow: hidden;
      border-radius: 0.25rem; }
      .doctor-list-wrap .doctor-list li .detail .thumb img {
        display: block;
        width: 100%;
        height: 100%; }
    .doctor-list-wrap .doctor-list li .detail h2 {
      font-size: 0.8rem;
      line-height: 0.8rem;
      margin-bottom: 0.5rem; }
      .doctor-list-wrap .doctor-list li .detail h2 a {
        color: #333333; }
        .doctor-list-wrap .doctor-list li .detail h2 a:hover {
          color: #004C99; }
    .doctor-list-wrap .doctor-list li .detail .info > div {
      line-height: 1;
      margin-bottom: 0.5rem; }
      .doctor-list-wrap .doctor-list li .detail .info > div.depart-info {
        font-size: 0.7rem;
        color: #004C99; }
        .doctor-list-wrap .doctor-list li .detail .info > div.depart-info u, .doctor-list-wrap .doctor-list li .detail .info > div.depart-info a {
          font-size: 0.7rem; }
        .doctor-list-wrap .doctor-list li .detail .info > div.depart-info a {
          color: #004C99; }
        .doctor-list-wrap .doctor-list li .detail .info > div.depart-info a + a:before {
          content: '、'; }
      .doctor-list-wrap .doctor-list li .detail .info > div.doc-position {
        font-size: 0; }
        .doctor-list-wrap .doctor-list li .detail .info > div.doc-position u {
          color: #999;
          font-size: 0.7rem; }
        .doctor-list-wrap .doctor-list li .detail .info > div.doc-position u + u {
          margin-left: 0.5rem; }
    .doctor-list-wrap .doctor-list li .detail .info u {
      color: #999; }
    .doctor-list-wrap .doctor-list li .detail p.col-goodat {
      color: #999;
      line-height: 21px;
      max-height: 42px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      display: none; }
  .doctor-list-wrap .doctor-list li p {
    color: #666;
    font-size: 0.7rem;
    line-height: 21px;
    max-height: 63px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box; }
  .doctor-list-wrap .doctor-list li .code-box {
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    width: 1.6rem;
    height: 1.6rem;
    overflow: visible;
    cursor: pointer; }
    .doctor-list-wrap .doctor-list li .code-box i {
      font-size: 1.6rem;
      height: 1.6rem;
      color: #a9a9a9;
      line-height: 1;
      transition: color .3s; }
    .doctor-list-wrap .doctor-list li .code-box .code {
      display: none;
      position: absolute;
      right: 0;
      top: 1px;
      background-color: #fff;
      z-index: 1;
      border: 1px solid #ccc;
      box-shadow: 0 0.25rem 1rem rgba(174, 174, 174, 0.5); }
      .doctor-list-wrap .doctor-list li .code-box .code img {
        display: block;
        margin: 0.5rem; }
      .doctor-list-wrap .doctor-list li .code-box .code u {
        font-size: 0.6rem;
        display: block;
        text-align: center;
        padding: 0.25rem;
        background-color: #f2f2f2; }
    .doctor-list-wrap .doctor-list li .code-box:hover i {
      color: #004C99; }
    .doctor-list-wrap .doctor-list li .code-box:hover .code {
      display: block; }
.doctor-list-wrap .doctor-list li:nth-child(3n) {
  margin-right: 0; }
.doctor-list-wrap .doctor-list.col-list {
  margin-right: 0; }
  .doctor-list-wrap .doctor-list.col-list li {
    width: 100%;
    height: auto;
    display: block;
    float: none;
    margin-right: 0;
    margin-bottom: 0;
    border-left-color: #fff;
    border-right-color: #fff;
    border-top-color: #fff;
    padding: 0.95rem 0; }
    .doctor-list-wrap .doctor-list.col-list li:hover {
      border-color: #e5e5e5;
      box-shadow: none;
      border-left-color: #fff;
      border-right-color: #fff;
      border-top-color: #fff; }
    .doctor-list-wrap .doctor-list.col-list li .detail {
      border-bottom: none;
      margin-bottom: 0; }
      .doctor-list-wrap .doctor-list.col-list li .detail p.col-goodat {
        display: block; }
    .doctor-list-wrap .doctor-list.col-list li p.raw-goodat {
      display: none; }

@media (max-width: 960px) {
  .doctor-list-wrap {
    padding: 0 10px; }
    .doctor-list-wrap .doctor-list li {
      width: 100%;
      height: 180px;
      margin-bottom: 10px; }
      .doctor-list-wrap .doctor-list li .detail {
        height: 100px; }
      .doctor-list-wrap .doctor-list li p {
        line-height: 21px;
        max-height: 42px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box; }

  .doctor-list-wrap .doctor-list li .detail h2 {
    margin-bottom: 8px;
    font-size: 14px; }

  .doctor-list-wrap .doctor-list li .detail .info > div {
    margin-bottom: 8px; }

  .doctor-list-wrap .doctor-list li .detail .info > div.doc-position u,
  .doctor-list-wrap .doctor-list li .detail .info > div.depart-info {
    font-size: 12px; } }
.show-doctor002 {
  padding-top: 6.3rem; }
  .show-doctor002 .basic-msg {
    position: relative;
    height: 18rem;
    background-color: #1D9D9A; }
    .show-doctor002 .basic-msg .bg-left, .show-doctor002 .basic-msg .bg-right {
      position: absolute; }
    .show-doctor002 .basic-msg .bg-left {
      height: 60%;
      width: auto;
      left: 0;
      top: 0; }
    .show-doctor002 .basic-msg .bg-right {
      height: 100%;
      width: auto;
      right: 0;
      bottom: 0; }
    .show-doctor002 .basic-msg .path {
      padding-top: 1rem;
      z-index: 1;
      position: relative;
      color: #fff; }
      .show-doctor002 .basic-msg .path span, .show-doctor002 .basic-msg .path i, .show-doctor002 .basic-msg .path a {
        color: #fff; }
    .show-doctor002 .basic-msg .inner-basic-msg {
      margin-top: 2.5rem;
      display: flex;
      position: relative;
      z-index: 1; }
      .show-doctor002 .basic-msg .inner-basic-msg .doc-header {
        height: 10rem;
        width: 7.5rem;
        margin-right: 2rem;
        flex-shrink: 0; }
        .show-doctor002 .basic-msg .inner-basic-msg .doc-header img {
          width: 100%;
          height: 100%; }
      .show-doctor002 .basic-msg .inner-basic-msg .doc-detail {
        position: relative;
        width: 100%; }
        .show-doctor002 .basic-msg .inner-basic-msg .doc-detail h3 {
          font-size: 1.6rem;
          color: #fff;
          font-weight: normal;
          line-height: 1; }
        .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .position-box {
          display: flex; }
          .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .position-box span {
            display: block;
            margin-left: 0.5rem;
            padding: 0 0.5rem;
            border: 1px solid #DCEB91;
            border-radius: 0.25rem;
            height: 1.6rem;
            line-height: 1.6rem;
            font-size: 0.8rem;
            color: #DCEB91;
            margin-top: 1rem; }
          .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .position-box span:nth-child(1) {
            margin-left: 0; }
        .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .doc-dec {
          font-size: 0; }
          .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .doc-dec u {
            font-size: 0.8rem;
            color: rgba(255, 255, 255, 0.6); }
          .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .doc-dec span {
            color: #fff;
            font-size: 0.8rem; }
            .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .doc-dec span a {
              color: #fff; }
        .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .doc-position-depart {
          display: flex; }
          .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .doc-position-depart .doc-dec:nth-child(1) {
            margin-left: 0; }
          .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .doc-position-depart .doc-dec {
            margin-left: 1.5rem;
            margin-top: 1.5rem; }
        .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .good-at {
          margin-top: 1.25rem;
          line-height: 24px;
          max-height: 24px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          color: #fff; }
        .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .show-more {
          display: block;
          height: 1.6rem;
          line-height: 1.6rem;
          background-color: #337ECF;
          padding: 0 0.5rem;
          color: #fff;
          font-size: 0.8rem;
          position: absolute;
          width: auto;
          right: 0;
          top: 0;
          border-radius: 0.25rem;
          transition: all 0.5s; }
          .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .show-more i {
            color: #fff;
            margin-left: 0.25rem;
            font-size: 0.8rem; }
          .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .show-more:hover {
            background-color: #24B1B2; }
  .show-doctor002 .main-msg {
    margin-top: 2rem;
    margin-bottom: 4rem; }

@media (max-width: 960px) {
  .show-doctor002 {
    padding-top: 60px; }
    .show-doctor002 .basic-msg {
      height: auto; }
      .show-doctor002 .basic-msg .inner-basic-msg .doc-header {
        margin-right: 20px; }
      .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .position-box {
        flex-wrap: wrap; }
        .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .position-box span {
          margin-left: 0;
          margin-right: 5px; }
      .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .doc-position-depart {
        flex-wrap: wrap; }
        .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .doc-position-depart .doc-dec {
          margin-left: 0;
          margin-right: 10px; } }
.category-news001 {
  padding-bottom: 5rem; }
  .category-news001 .left-tit001 {
    font-size: 1.6rem; }
  .category-news001 .home-news013 {
    margin-top: 4rem;
    padding-bottom: 4rem;
    position: relative; }
    .category-news001 .home-news013 .layout {
      position: relative;
      z-index: 1; }
      .category-news001 .home-news013 .layout h1 {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .category-news001 .home-news013 .layout .inner-news {
        display: flex;
        justify-content: space-between;
        margin-top: 2.2rem; }
        .category-news001 .home-news013 .layout .inner-news .left-news {
          width: 47.85%; }
          .category-news001 .home-news013 .layout .inner-news .left-news .news-slider {
            margin-bottom: 0; }
            .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .news-item {
              position: relative; }
              .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .news-item a.img {
                position: absolute;
                top: 0;
                right: 0;
                width: 79%;
                height: 16.4rem;
                overflow: hidden;
                background-color: #6f76b5;
                display: flex;
                align-items: center;
                justify-content: center; }
                .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .news-item a.img > p {
                  font-size: 1.6rem;
                  color: rgba(255, 255, 255, 0.6); }
                .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .news-item a.img img {
                  width: 100%;
                  height: 100%;
                  transition: all 0.3s; }
                .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .news-item a.img:hover img {
                  transform: scale(1.1); }
              .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info {
                background-color: #004C99;
                -webkit-background-size: cover;
                -moz-background-size: cover;
                -o-background-size: cover;
                background-size: cover;
                height: 16.65rem;
                padding: 4.7rem 1.5rem 2.25rem;
                box-sizing: border-box;
                overflow: hidden;
                margin-top: 8.15rem;
                color: #fff;
                display: block; }
                .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .time {
                  font-size: 0.7rem;
                  line-height: 1.3;
                  margin-bottom: 1.1rem; }
                  .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .time .day {
                    font-size: 2.3rem; }
                  .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .time .year {
                    font-size: 0.7rem; }
                .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .tit {
                  font-size: 1rem;
                  font-weight: 700;
                  margin-bottom: 0.65rem;
                  line-height: 1.3rem;
                  max-height: 1.3rem;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: normal;
                  word-wrap: break-word;
                  -webkit-line-clamp: 1;
                  -webkit-box-orient: vertical;
                  display: -webkit-box; }
                .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .content {
                  font-size: 0.75rem;
                  line-height: 1.1rem;
                  max-height: 1.1rem;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: normal;
                  word-wrap: break-word;
                  -webkit-line-clamp: 1;
                  -webkit-box-orient: vertical;
                  display: -webkit-box; }
            .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .slick-dots {
              position: absolute;
              left: 30px;
              bottom: 30px;
              width: 100%;
              font-size: 0;
              text-align: left; }
              .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .slick-dots li {
                display: inline-block;
                width: 7px;
                height: 7px;
                margin: 0 3px;
                -webkit-border-radius: 7px;
                -moz-border-radius: 7px;
                border-radius: 7px;
                background-color: #fff;
                cursor: pointer;
                -webkit-transition: .3s;
                -o-transition: .3s;
                -moz-transition: .3s;
                transition: .3s; }
                .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .slick-dots li button {
                  display: none; }
                .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .slick-dots li.slick-active {
                  width: 22px;
                  background-color: #f38c49; }
        .category-news001 .home-news013 .layout .inner-news .right-news {
          width: 50.2%; }
          .category-news001 .home-news013 .layout .inner-news .right-news ul li {
            height: 5.5rem;
            margin-bottom: 0.95rem; }
            .category-news001 .home-news013 .layout .inner-news .right-news ul li a {
              display: flex;
              align-items: center;
              height: 100%;
              background-color: #fff;
              -webkit-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.1);
              -moz-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.1);
              box-shadow: 0 3px 21px rgba(0, 0, 0, 0.1);
              overflow: hidden;
              box-sizing: border-box;
              padding-right: 0.75rem;
              transition: all 0.3s; }
              .category-news001 .home-news013 .layout .inner-news .right-news ul li a .time {
                width: 5rem;
                text-align: center;
                font-size: 0.9rem;
                color: #222;
                line-height: 1.3;
                border-right: 2px solid #d3d3d3;
                margin-right: 0.7rem;
                flex-shrink: 0; }
                .category-news001 .home-news013 .layout .inner-news .right-news ul li a .time .day {
                  font-size: 1.95rem;
                  color: #004C99; }
              .category-news001 .home-news013 .layout .inner-news .right-news ul li a .right-info .tit {
                font-size: 0.9rem;
                color: #333;
                line-height: 1.35rem;
                max-height: 2.7rem;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                display: -webkit-box;
                margin-bottom: 0.55rem; }
              .category-news001 .home-news013 .layout .inner-news .right-news ul li a .right-info .content {
                font-size: 0.8rem;
                color: #727272;
                line-height: 1.2rem;
                max-height: 2.4rem;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                display: -webkit-box; }
              .category-news001 .home-news013 .layout .inner-news .right-news ul li a:hover {
                background-color: #337ECF; }
                .category-news001 .home-news013 .layout .inner-news .right-news ul li a:hover .time {
                  color: #fff; }
                  .category-news001 .home-news013 .layout .inner-news .right-news ul li a:hover .time .day {
                    color: #fff; }
                .category-news001 .home-news013 .layout .inner-news .right-news ul li a:hover .right-info .tit {
                  color: #fff; }
    .category-news001 .home-news013:after {
      content: "";
      display: block;
      width: 16.85rem;
      height: 11.4rem;
      background-color: #337ECF;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      position: absolute;
      bottom: 20%;
      right: 0;
      pointer-events: none; }
  .category-news001 .home-news014 {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #f1f3f6;
    background-image: url(../images/363/news/news02_bg.jpg);
    background-size: cover; }
    .category-news001 .home-news014 .layout h1 {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .category-news001 .home-news014 .layout .inner-news {
      display: flex;
      margin-top: 2.2rem; }
      .category-news001 .home-news014 .layout .inner-news .img-news {
        width: 19.65rem;
        margin-right: 3.925rem; }
        .category-news001 .home-news014 .layout .inner-news .img-news a.img {
          width: 100%;
          height: 11.05rem;
          overflow: hidden;
          background-color: #004C99;
          display: flex;
          align-items: center;
          justify-content: center; }
          .category-news001 .home-news014 .layout .inner-news .img-news a.img img {
            width: 100%;
            height: 100%;
            transition: all 0.3s; }
          .category-news001 .home-news014 .layout .inner-news .img-news a.img > p {
            font-size: 1.6rem;
            color: rgba(255, 255, 255, 0.6); }
          .category-news001 .home-news014 .layout .inner-news .img-news a.img:hover img {
            transform: scale(1.1); }
        .category-news001 .home-news014 .layout .inner-news .img-news a.bottom-info {
          display: block;
          margin-top: 1rem; }
          .category-news001 .home-news014 .layout .inner-news .img-news a.bottom-info .tit {
            font-size: 0.9rem;
            font-weight: 700;
            line-height: 1.35rem;
            max-height: 2.7rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            height: 2.7rem; }
          .category-news001 .home-news014 .layout .inner-news .img-news a.bottom-info .time {
            position: relative;
            margin: 1.5rem 0px 0.8rem;
            display: inline-block;
            width: 100%;
            font-size: 0.9rem;
            color: #c2a35f;
            line-height: 1.4rem;
            font-weight: bold; }
            .category-news001 .home-news014 .layout .inner-news .img-news a.bottom-info .time:before {
              content: "";
              position: absolute;
              right: 0px;
              top: 0.7rem;
              width: calc(100% - 120px);
              height: 1px;
              background: #e1e5ea; }
          .category-news001 .home-news014 .layout .inner-news .img-news a.bottom-info .content {
            font-size: 0.8rem;
            line-height: 1.8rem;
            max-height: 5.4rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            color: #666; }
          .category-news001 .home-news014 .layout .inner-news .img-news a.bottom-info:hover .tit {
            color: #337ECF; }
      .category-news001 .home-news014 .layout .inner-news ul {
        width: 20.85rem; }
        .category-news001 .home-news014 .layout .inner-news ul li {
          height: 7.25rem;
          padding-right: 0.45rem;
          margin-bottom: 1.2rem;
          position: relative; }
          .category-news001 .home-news014 .layout .inner-news ul li:after {
            content: "";
            position: absolute;
            top: 50%;
            margin-top: -1.3rem;
            right: 0px;
            width: 0.45rem;
            height: 2.6rem;
            background: #dac9a1; }
          .category-news001 .home-news014 .layout .inner-news ul li:last-child {
            margin-bottom: 0; }
          .category-news001 .home-news014 .layout .inner-news ul li a {
            height: 100%;
            box-sizing: border-box;
            display: block;
            padding: 1rem 1.75rem;
            border: #dfe5ed 1px solid;
            transition: all 0.5s; }
            .category-news001 .home-news014 .layout .inner-news ul li a p {
              font-size: 0.9rem;
              font-weight: 700;
              line-height: 1.35rem;
              max-height: 2.7rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              height: 2.7rem;
              margin-bottom: 1.15rem; }
            .category-news001 .home-news014 .layout .inner-news ul li a span {
              display: inline-block;
              width: 100%;
              font-size: 0.9rem;
              color: #bfc6cf;
              line-height: 1.2rem;
              font-weight: bold;
              position: relative; }
              .category-news001 .home-news014 .layout .inner-news ul li a span:after {
                content: "";
                position: absolute;
                top: 50%;
                right: 0px;
                width: calc(100% - 120px);
                height: 1px;
                background: #c3cad5; }
            .category-news001 .home-news014 .layout .inner-news ul li a:hover {
              background-color: #337ECF; }
              .category-news001 .home-news014 .layout .inner-news ul li a:hover p {
                color: #fff; }
              .category-news001 .home-news014 .layout .inner-news ul li a:hover span {
                color: rgba(255, 255, 255, 0.7); }
                .category-news001 .home-news014 .layout .inner-news ul li a:hover span:after {
                  background: rgba(255, 255, 255, 0.4); }
  .category-news001 .home-notice008 {
    padding-top: 4rem; }
    .category-news001 .home-notice008 .layout {
      display: flex;
      justify-content: space-between; }
      .category-news001 .home-notice008 .layout .notice-item {
        width: 47%; }
        .category-news001 .home-notice008 .layout .notice-item .notice-box {
          width: 100%;
          height: 19.7rem;
          padding: 0px 2rem 2rem;
          box-sizing: border-box;
          background-color: #fff;
          box-shadow: 0px 0px 8.91px 0.09px rgba(21, 37, 67, 0.1);
          overflow: hidden;
          border-top: 4px solid rgba(0, 76, 153, 0.5); }
          .category-news001 .home-notice008 .layout .notice-item .notice-box h1 {
            width: 11rem;
            height: 2.75rem;
            line-height: 2.75rem;
            font-size: 1.6rem;
            text-align: center;
            font-weight: normal;
            background: #004C99; }
            .category-news001 .home-notice008 .layout .notice-item .notice-box h1 a {
              color: #fff; }
          .category-news001 .home-notice008 .layout .notice-item .notice-box ul {
            width: 100%;
            margin-top: 1.5rem; }
            .category-news001 .home-notice008 .layout .notice-item .notice-box ul li {
              width: 100%;
              margin-bottom: 1.3rem; }
              .category-news001 .home-notice008 .layout .notice-item .notice-box ul li a {
                display: flex;
                align-items: center;
                overflow: hidden;
                position: relative; }
                .category-news001 .home-notice008 .layout .notice-item .notice-box ul li a .line {
                  width: 0.75rem;
                  border-top: 3px solid #004C99;
                  margin-right: 1.25rem; }
                .category-news001 .home-notice008 .layout .notice-item .notice-box ul li a p {
                  flex: 1;
                  font-size: 0.9rem;
                  line-height: 1.35rem;
                  max-height: 1.35rem;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: normal;
                  word-wrap: break-word;
                  -webkit-line-clamp: 1;
                  -webkit-box-orient: vertical;
                  display: -webkit-box;
                  margin-right: 1rem; }
                .category-news001 .home-notice008 .layout .notice-item .notice-box ul li a .time {
                  display: flex;
                  align-items: center;
                  color: #afafaf; }
                  .category-news001 .home-notice008 .layout .notice-item .notice-box ul li a .time i {
                    margin-right: 0.5rem; }
                  .category-news001 .home-notice008 .layout .notice-item .notice-box ul li a .time span {
                    font-size: 0.8rem;
                    line-height: 1; }
                .category-news001 .home-notice008 .layout .notice-item .notice-box ul li a:hover p {
                  color: #337ECF; }
        .category-news001 .home-notice008 .layout .notice-item a.more {
          float: right;
          margin-top: 1rem;
          margin-right: 2rem;
          width: 2.75rem;
          height: 1.2rem;
          line-height: 1.2rem;
          text-align: center;
          background: #004C99;
          font-size: 0.7rem;
          color: #fff;
          border-radius: 12px;
          -webkit-transition: all 0.5s ease;
          -moz-transition: all 0.5s ease;
          -ms-transition: all 0.5s ease;
          -o-transition: all 0.5s ease;
          transition: all 0.5s ease; }
          .category-news001 .home-notice008 .layout .notice-item a.more:hover {
            background: #d3bd89; }
        .category-news001 .home-notice008 .layout .notice-item a.more001 {
          float: right;
          margin-top: 1rem;
          margin-right: 2rem; }
        .category-news001 .home-notice008 .layout .notice-item.item1 .notice-box {
          border-top: rgba(211, 189, 137, 0.5) 4px solid; }
          .category-news001 .home-notice008 .layout .notice-item.item1 .notice-box h1 {
            background-color: #d3bd89; }
          .category-news001 .home-notice008 .layout .notice-item.item1 .notice-box ul li .line {
            border-top-color: #d3bd89; }
        .category-news001 .home-notice008 .layout .notice-item.item1 a.more {
          background-color: #d3bd89; }
          .category-news001 .home-notice008 .layout .notice-item.item1 a.more:hover {
            background: #004C99; }

@media (max-width: 1440px) {
  .category-news001 .home-news014 .layout .inner-news .img-news {
    margin-right: 3rem; } }
@media (max-width: 960px) {
  .category-news001 {
    padding-bottom: 40px; }
    .category-news001 .left-tit001 {
      font-size: 18px; }
    .category-news001 .home-news013 {
      margin-top: 40px;
      padding-bottom: 40px; }
      .category-news001 .home-news013 .layout {
        padding: 0 20px; }
        .category-news001 .home-news013 .layout .inner-news {
          flex-wrap: wrap;
          margin-top: 23px; }
          .category-news001 .home-news013 .layout .inner-news .left-news {
            width: 100%;
            margin-bottom: 30px; }
            .category-news001 .home-news013 .layout .inner-news .left-news .news-slider {
              margin-bottom: 0; }
              .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .news-item a.img {
                position: static;
                width: 100%;
                height: 50vw; }
              .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info {
                margin-top: 0;
                height: auto;
                padding: 10px 10px 30px; }
                .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .time {
                  margin-bottom: 8px;
                  font-size: 12px; }
                  .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .time .day {
                    font-size: 20px; }
                .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .tit {
                  font-size: 16px; }
                .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .content {
                  font-size: 14px; }
              .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .slick-dots {
                left: 10px;
                right: 10px;
                bottom: 10px;
                width: auto;
                text-align: center; }
          .category-news001 .home-news013 .layout .inner-news .right-news {
            width: 100%; }
            .category-news001 .home-news013 .layout .inner-news .right-news ul li {
              margin-bottom: 10px; }
              .category-news001 .home-news013 .layout .inner-news .right-news ul li a .time {
                font-size: 14px;
                width: 80px; }
                .category-news001 .home-news013 .layout .inner-news .right-news ul li a .time .day {
                  font-size: 24px; }
      .category-news001 .home-news013:after {
        display: none; }
    .category-news001 .home-news014 {
      padding-top: 40px;
      padding-bottom: 40px; }
      .category-news001 .home-news014 .layout {
        padding: 0 20px; }
        .category-news001 .home-news014 .layout .inner-news {
          flex-wrap: wrap;
          margin-top: 23px; }
          .category-news001 .home-news014 .layout .inner-news .img-news {
            width: 100%;
            margin-right: 0;
            margin-bottom: 30px; }
            .category-news001 .home-news014 .layout .inner-news .img-news a.img {
              height: 50vw; }
            .category-news001 .home-news014 .layout .inner-news .img-news a.bottom-info .tit {
              height: auto; }
            .category-news001 .home-news014 .layout .inner-news .img-news a.bottom-info .time {
              margin: 12px 0 10px; }
          .category-news001 .home-news014 .layout .inner-news ul {
            width: 100%; }
            .category-news001 .home-news014 .layout .inner-news ul li {
              margin-bottom: 10px; }
              .category-news001 .home-news014 .layout .inner-news ul li a {
                padding: 20px; }
                .category-news001 .home-news014 .layout .inner-news ul li a p {
                  margin-bottom: 6px; }
    .category-news001 .home-notice008 {
      padding-top: 40px; }
      .category-news001 .home-notice008 .layout {
        flex-wrap: wrap;
        padding: 0 20px; }
        .category-news001 .home-notice008 .layout .notice-item {
          width: 100%;
          margin-bottom: 20px; }
          .category-news001 .home-notice008 .layout .notice-item .notice-box {
            padding: 0 20px;
            height: auto; }
            .category-news001 .home-notice008 .layout .notice-item .notice-box ul li a {
              flex-wrap: wrap; }
              .category-news001 .home-notice008 .layout .notice-item .notice-box ul li a .line {
                margin-right: 10px; }
              .category-news001 .home-notice008 .layout .notice-item .notice-box ul li a p {
                margin-right: 0; }
              .category-news001 .home-notice008 .layout .notice-item .notice-box ul li a .time {
                width: 100%;
                margin-left: 20px;
                margin-top: 10px; } }
.category-news002 h1.left-tit-more {
  margin-bottom: 1.5rem; }
  .category-news002 h1.left-tit-more a.tit {
    font-size: 1.1rem; }
.category-news002 .news-img-content {
  position: relative;
  padding-bottom: 2.5rem;
  padding-top: 2rem; }
  .category-news002 .news-img-content .lt, .category-news002 .news-img-content .rb {
    position: absolute;
    z-index: -1; }
  .category-news002 .news-img-content .lt {
    top: 0;
    left: 0; }
  .category-news002 .news-img-content .rb {
    right: 0;
    bottom: 0; }
  .category-news002 .news-img-content .inner-news {
    display: flex;
    justify-content: space-between; }
    .category-news002 .news-img-content .inner-news .news-box-item {
      width: 19rem; }
      .category-news002 .news-img-content .inner-news .news-box-item span {
        font-size: 0.7rem;
        line-height: 1;
        color: #AAAAAA; }
      .category-news002 .news-img-content .inner-news .news-box-item.left-img-news a.img {
        width: 100%;
        height: 10.7rem;
        display: block;
        overflow: hidden; }
        .category-news002 .news-img-content .inner-news .news-box-item.left-img-news a.img img {
          width: 100%;
          height: 100%;
          transition: all 0.5s; }
        .category-news002 .news-img-content .inner-news .news-box-item.left-img-news a.img:hover img {
          transform: scale(1.1); }
      .category-news002 .news-img-content .inner-news .news-box-item.left-img-news ul {
        margin-top: 0.5rem; }
        .category-news002 .news-img-content .inner-news .news-box-item.left-img-news ul li {
          padding: 0.5rem 0;
          border-bottom: 1px solid #E4E4E4;
          font-size: 0; }
          .category-news002 .news-img-content .inner-news .news-box-item.left-img-news ul li:last-child {
            border-bottom: none; }
          .category-news002 .news-img-content .inner-news .news-box-item.left-img-news ul li a {
            font-size: 0.7rem;
            line-height: 1.2rem;
            max-height: 2.4rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            height: 2.4rem;
            color: #333;
            margin-top: 0.3rem; }
            .category-news002 .news-img-content .inner-news .news-box-item.left-img-news ul li a:hover {
              color: #337ECF; }
      .category-news002 .news-img-content .inner-news .news-box-item.right-list ul li {
        width: 100%;
        height: 5.5rem;
        background-color: #fff;
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
        margin-bottom: 0.65rem; }
        .category-news002 .news-img-content .inner-news .news-box-item.right-list ul li a {
          display: block;
          width: 100%;
          height: 100%;
          box-sizing: border-box;
          padding: 1rem 1rem 0;
          font-size: 0; }
          .category-news002 .news-img-content .inner-news .news-box-item.right-list ul li a p {
            font-size: 0.7rem;
            line-height: 1.2rem;
            max-height: 2.4rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            height: 2.4rem;
            color: #333;
            margin-top: 0.3rem; }
        .category-news002 .news-img-content .inner-news .news-box-item.right-list ul li:hover {
          background-image: url("../images/hxsy/news/news_item_bg.jpg");
          background-color: #004C99; }
          .category-news002 .news-img-content .inner-news .news-box-item.right-list ul li:hover a span, .category-news002 .news-img-content .inner-news .news-box-item.right-list ul li:hover a p {
            color: #fff; }
.category-news002 .news-list-content {
  background-color: #f9f7f0;
  padding: 3rem 0;
  background-size: cover; }
  .category-news002 .news-list-content .tab-pannel-wrap {
    margin-top: 1.5rem; }
    .category-news002 .news-list-content .tab-pannel-wrap .news-content-box {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .category-news002 .news-list-content .tab-pannel-wrap .news-content-box .news-item a {
        display: flex;
        width: 29.5rem;
        height: 5rem;
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        padding: 0 1rem;
        align-items: center;
        margin-bottom: 1rem;
        background-color: #fff; }
        .category-news002 .news-list-content .tab-pannel-wrap .news-content-box .news-item a .info {
          font-size: 0; }
          .category-news002 .news-list-content .tab-pannel-wrap .news-content-box .news-item a .info p {
            font-size: 0.7rem;
            line-height: 24px;
            max-height: 48px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            color: #333;
            margin-bottom: 0.4rem; }
          .category-news002 .news-list-content .tab-pannel-wrap .news-content-box .news-item a .info span {
            font-size: 0.7rem;
            color: #AAAAAA;
            line-height: 1; }
        .category-news002 .news-list-content .tab-pannel-wrap .news-content-box .news-item a:hover {
          background-image: url("../images/hxsy/news/xs_news_bg.jpg");
          background-position: right bottom;
          background-repeat: no-repeat; }
          .category-news002 .news-list-content .tab-pannel-wrap .news-content-box .news-item a:hover p {
            color: #337ECF; }
      .category-news002 .news-list-content .tab-pannel-wrap .news-content-box .news-item.hasthumb a .img-box {
        width: 6rem;
        height: 3.5rem;
        margin-right: 0.5rem;
        flex-shrink: 0; }
        .category-news002 .news-list-content .tab-pannel-wrap .news-content-box .news-item.hasthumb a .img-box img {
          width: 100%;
          height: 100%; }
.category-news002 .news-special {
  padding-top: 3rem;
  padding-bottom: 2.5rem;
  background: url("../images/hxsy/news/lt_bg2.jpg") left bottom no-repeat, url("../images/hxsy/news/rb_bg.jpg") right bottom no-repeat;
  background-size: auto 95%; }
  .category-news002 .news-special .inner-special {
    display: flex;
    margin-right: -1.5rem;
    flex-wrap: wrap; }
    .category-news002 .news-special .inner-special a {
      display: block;
      width: 19rem;
      height: 10.7rem;
      overflow: hidden;
      margin-right: 1.5rem;
      margin-bottom: 1.5rem; }
      .category-news002 .news-special .inner-special a img {
        width: 100%;
        height: 100%;
        transition: all 0.5s; }
      .category-news002 .news-special .inner-special a:hover img {
        transform: scale(1.1); }

@media (max-width: 1200px) {
  .category-news002 .news-img-content .inner-news .news-box-item.left-img-news ul li a {
    line-height: 19px;
    max-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; } }
@media (max-width: 960px) {
  .category-news002 h1.left-tit-more a.tit {
    font-size: 18px; }
  .category-news002 .news-img-content .inner-news {
    flex-wrap: wrap; }
    .category-news002 .news-img-content .inner-news .news-box-item {
      width: 100%;
      margin-top: 20px; }
  .category-news002 .news-list-content {
    padding: 20px 0;
    margin-top: 20px; }
    .category-news002 .news-list-content .tab-pannel-wrap .news-content-box .news-item {
      width: 100%; }
      .category-news002 .news-list-content .tab-pannel-wrap .news-content-box .news-item a {
        width: 100%; }
  .category-news002 .news-special {
    margin-top: 20px; }
    .category-news002 .news-special .inner-special {
      margin-right: 0;
      justify-content: space-between; }
      .category-news002 .news-special .inner-special a {
        margin-right: 0;
        width: 49%;
        height: 28vw; } }
.category-party001 .left-tit001, .category-party001 .center-tit001 {
  font-size: 1.6rem; }
  .category-party001 .left-tit001 a, .category-party001 .center-tit001 a {
    color: #E53B3B; }
.category-party001 a.more001 .circle {
  border-color: #E53B3B; }
  .category-party001 a.more001 .circle i {
    color: #E53B3B; }
.category-party001 .home-news013 {
  padding-top: 4rem;
  position: relative; }
  .category-party001 .home-news013 .layout {
    position: relative;
    z-index: 1; }
    .category-party001 .home-news013 .layout h1 {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .category-party001 .home-news013 .layout .inner-news {
      display: flex;
      justify-content: space-between;
      margin-top: 2.2rem; }
      .category-party001 .home-news013 .layout .inner-news .left-news {
        width: 47.85%; }
        .category-party001 .home-news013 .layout .inner-news .left-news .news-slider {
          margin-bottom: 0; }
          .category-party001 .home-news013 .layout .inner-news .left-news .news-slider .news-item {
            position: relative; }
            .category-party001 .home-news013 .layout .inner-news .left-news .news-slider .news-item a.img {
              position: absolute;
              top: 0;
              right: 0;
              width: 79%;
              height: 16.4rem;
              overflow: hidden;
              background-color: #E53B3B;
              display: flex;
              align-items: center;
              justify-content: center; }
              .category-party001 .home-news013 .layout .inner-news .left-news .news-slider .news-item a.img > p {
                font-size: 1.6rem;
                color: rgba(255, 255, 255, 0.6); }
              .category-party001 .home-news013 .layout .inner-news .left-news .news-slider .news-item a.img img {
                width: 100%;
                height: 100%;
                transition: all 0.3s; }
              .category-party001 .home-news013 .layout .inner-news .left-news .news-slider .news-item a.img:hover img {
                transform: scale(1.1); }
            .category-party001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info {
              background-color: #E53B3B;
              -webkit-background-size: cover;
              -moz-background-size: cover;
              -o-background-size: cover;
              background-size: cover;
              height: 16.65rem;
              padding: 4.7rem 1.5rem 2.25rem;
              box-sizing: border-box;
              overflow: hidden;
              margin-top: 8.15rem;
              color: #fff;
              display: block; }
              .category-party001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .time {
                font-size: 0.7rem;
                line-height: 1.3;
                margin-bottom: 1.1rem; }
                .category-party001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .time .day {
                  font-size: 2.3rem; }
                .category-party001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .time .year {
                  font-size: 0.7rem; }
              .category-party001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .tit {
                font-size: 1rem;
                font-weight: 700;
                margin-bottom: 0.65rem;
                line-height: 1.3rem;
                max-height: 1.3rem;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                display: -webkit-box; }
              .category-party001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .content {
                font-size: 0.75rem;
                line-height: 1.1rem;
                max-height: 1.1rem;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                display: -webkit-box; }
          .category-party001 .home-news013 .layout .inner-news .left-news .news-slider .slick-dots {
            position: absolute;
            left: 30px;
            bottom: 30px;
            width: 100%;
            font-size: 0;
            text-align: left; }
            .category-party001 .home-news013 .layout .inner-news .left-news .news-slider .slick-dots li {
              display: inline-block;
              width: 7px;
              height: 7px;
              margin: 0 3px;
              -webkit-border-radius: 7px;
              -moz-border-radius: 7px;
              border-radius: 7px;
              background-color: #fff;
              cursor: pointer;
              -webkit-transition: .3s;
              -o-transition: .3s;
              -moz-transition: .3s;
              transition: .3s; }
              .category-party001 .home-news013 .layout .inner-news .left-news .news-slider .slick-dots li button {
                display: none; }
              .category-party001 .home-news013 .layout .inner-news .left-news .news-slider .slick-dots li.slick-active {
                width: 22px;
                background-color: #f38c49; }
      .category-party001 .home-news013 .layout .inner-news .right-news {
        width: 50.2%; }
        .category-party001 .home-news013 .layout .inner-news .right-news ul li {
          height: 5.5rem;
          margin-bottom: 0.95rem; }
          .category-party001 .home-news013 .layout .inner-news .right-news ul li a {
            display: flex;
            align-items: center;
            height: 100%;
            background-color: #fff;
            -webkit-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 21px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            box-sizing: border-box;
            padding-right: 0.75rem;
            transition: all 0.3s; }
            .category-party001 .home-news013 .layout .inner-news .right-news ul li a .time {
              width: 5rem;
              text-align: center;
              font-size: 0.9rem;
              color: #222;
              line-height: 1.3;
              border-right: 2px solid #d3d3d3;
              margin-right: 0.7rem;
              flex-shrink: 0; }
              .category-party001 .home-news013 .layout .inner-news .right-news ul li a .time .day {
                font-size: 1.95rem;
                color: #E53B3B; }
            .category-party001 .home-news013 .layout .inner-news .right-news ul li a .right-info .tit {
              font-size: 0.9rem;
              color: #333;
              line-height: 1.35rem;
              max-height: 2.7rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              margin-bottom: 0.55rem; }
            .category-party001 .home-news013 .layout .inner-news .right-news ul li a .right-info .content {
              font-size: 0.8rem;
              color: #727272;
              line-height: 1.2rem;
              max-height: 2.4rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box; }
            .category-party001 .home-news013 .layout .inner-news .right-news ul li a:hover {
              background-color: #E53B3B; }
              .category-party001 .home-news013 .layout .inner-news .right-news ul li a:hover .time {
                color: #fff; }
                .category-party001 .home-news013 .layout .inner-news .right-news ul li a:hover .time .day {
                  color: #fff; }
              .category-party001 .home-news013 .layout .inner-news .right-news ul li a:hover .right-info .tit {
                color: #fff; }
  .category-party001 .home-news013:after {
    display: block;
    width: 16.85rem;
    height: 11.4rem;
    background-color: #E53B3B;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    bottom: 20%;
    right: 0;
    pointer-events: none; }
.category-party001 .home-news007 {
  padding-top: 4rem; }
  .category-party001 .home-news007 .layout h1 {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .category-party001 .home-news007 .layout h1 a.more001 {
      margin-top: 1rem; }
  .category-party001 .home-news007 .layout .inner-news {
    position: relative;
    margin-top: 1rem; }
    .category-party001 .home-news007 .layout .inner-news .line {
      width: calc((100% - 7.9rem) / 2);
      height: 1px;
      background-color: #E4E4E4;
      position: absolute;
      bottom: 0.95rem; }
      .category-party001 .home-news007 .layout .inner-news .line.prev {
        left: 0; }
      .category-party001 .home-news007 .layout .inner-news .line.next {
        right: 0; }
      .category-party001 .home-news007 .layout .inner-news .line.m-line {
        display: none; }
    .category-party001 .home-news007 .layout .inner-news .news-slider {
      margin: -10px -0.675rem 0;
      padding-bottom: 3rem; }
      .category-party001 .home-news007 .layout .inner-news .news-slider .news-item {
        margin: 10px 0.675rem;
        width: 16rem;
        height: 12rem;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
        position: relative;
        background-color: #fff; }
        .category-party001 .home-news007 .layout .inner-news .news-slider .news-item:after {
          content: "";
          width: 100%;
          height: 0.2rem;
          background-color: #AC3532;
          position: absolute;
          bottom: 0;
          left: 0;
          transition: width 0.5s; }
        .category-party001 .home-news007 .layout .inner-news .news-slider .news-item .bottom-info {
          width: 100%;
          height: 100%;
          box-sizing: border-box;
          padding: 1rem;
          position: relative; }
          .category-party001 .home-news007 .layout .inner-news .news-slider .news-item .bottom-info .inner-info {
            overflow: hidden;
            height: 100%;
            font-size: 0; }
            .category-party001 .home-news007 .layout .inner-news .news-slider .news-item .bottom-info .inner-info .time {
              font-size: 0.8rem;
              line-height: 1;
              color: #AC3532;
              display: inline-block;
              opacity: 1;
              transition: opacity 0.5s, transform 0.5s; }
            .category-party001 .home-news007 .layout .inner-news .news-slider .news-item .bottom-info .inner-info p {
              margin-top: 1rem;
              line-height: 1.35rem;
              max-height: 4.05rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              font-size: 0.9rem;
              color: #333;
              transition: transform 0.5s;
              transform: translateY(0);
              margin-bottom: 0.4rem; }
            .category-party001 .home-news007 .layout .inner-news .news-slider .news-item .bottom-info .inner-info .more {
              display: flex;
              align-items: center;
              color: #333;
              opacity: 0;
              transition: transform 0.5s,opacity 0.5s;
              transform: translateY(0);
              font-size: 0.7rem;
              position: absolute;
              left: 1rem;
              bottom: 0; }
              .category-party001 .home-news007 .layout .inner-news .news-slider .news-item .bottom-info .inner-info .more i {
                margin-left: 2px;
                font-size: 12px; }
        .category-party001 .home-news007 .layout .inner-news .news-slider .news-item.hasthumb {
          height: auto; }
          .category-party001 .home-news007 .layout .inner-news .news-slider .news-item.hasthumb .img {
            width: 100%;
            height: 9rem; }
            .category-party001 .home-news007 .layout .inner-news .news-slider .news-item.hasthumb .img img {
              width: 100%;
              height: 100%; }
@keyframes showLine {
  from {
    width: 0; }
  to {
    width: 100%; } }
        .category-party001 .home-news007 .layout .inner-news .news-slider .news-item:hover:after {
          animation: showLine 0.5s; }
        .category-party001 .home-news007 .layout .inner-news .news-slider .news-item:hover .bottom-info .inner-info .time {
          opacity: 0;
          transform: translateY(-1.8rem); }
        .category-party001 .home-news007 .layout .inner-news .news-slider .news-item:hover .bottom-info .inner-info p {
          transform: translateY(-1.8rem); }
        .category-party001 .home-news007 .layout .inner-news .news-slider .news-item:hover .bottom-info .inner-info .more {
          transform: translateY(-1.8rem);
          opacity: 1; }
      .category-party001 .home-news007 .layout .inner-news .news-slider .slick-arrow {
        position: absolute;
        width: 2rem;
        height: 2rem;
        font-size: 0.8rem;
        line-height: 2rem;
        text-align: center;
        color: #E53B3B;
        border: 1px solid #E53B3B;
        box-sizing: border-box;
        cursor: pointer;
        border-radius: 50%;
        bottom: 0; }
        .category-party001 .home-news007 .layout .inner-news .news-slider .slick-arrow.prev {
          right: 50%;
          transform: translateX(-5px); }
        .category-party001 .home-news007 .layout .inner-news .news-slider .slick-arrow.next {
          left: 50%;
          transform: translateX(5px); }
        .category-party001 .home-news007 .layout .inner-news .news-slider .slick-arrow:before {
          content: "";
          width: 100%;
          height: 100%;
          border-radius: 50%;
          background-color: #E53B3B;
          position: absolute;
          left: 0;
          top: 0;
          transform: scale(0);
          transition: transform 0.5s;
          z-index: -1; }
        .category-party001 .home-news007 .layout .inner-news .news-slider .slick-arrow:hover {
          color: #fff;
          border: none; }
          .category-party001 .home-news007 .layout .inner-news .news-slider .slick-arrow:hover:before {
            transform: scale(1); }
.category-party001 .home-news017 {
  padding-top: 4rem;
  position: relative; }
  .category-party001 .home-news017 .left-tit001 a, .category-party001 .home-news017 a.more001 i {
    color: #E53B3B; }
  .category-party001 .home-news017 .layout {
    display: flex;
    justify-content: space-between; }
    .category-party001 .home-news017 .layout .news-box-item {
      width: 48%;
      box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
      box-sizing: border-box;
      padding: 1.5rem 1rem; }
      .category-party001 .home-news017 .layout .news-box-item h1 {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .category-party001 .home-news017 .layout .news-box-item a.img {
        display: block;
        width: 100%;
        height: 17.2rem;
        overflow: hidden;
        position: relative;
        margin-top: 2.2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #E53B3B; }
        .category-party001 .home-news017 .layout .news-box-item a.img > p {
          color: rgba(255, 255, 255, 0.6);
          font-size: 1.2rem; }
        .category-party001 .home-news017 .layout .news-box-item a.img img {
          width: 100%;
          height: 100%;
          transition: all 0.5s; }
        .category-party001 .home-news017 .layout .news-box-item a.img .bottom-mask {
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 5rem;
          background-image: linear-gradient(to bottom, transparent, #000);
          box-sizing: border-box;
          padding: 0.8rem 1rem 1rem;
          display: flex; }
          .category-party001 .home-news017 .layout .news-box-item a.img .bottom-mask .time {
            width: 3.05rem;
            height: 3.2rem;
            border-radius: 0.2rem;
            overflow: hidden;
            text-align: center;
            font-family: 微软雅黑, sans-serif;
            font-weight: 400;
            font-style: normal;
            flex-shrink: 0; }
            .category-party001 .home-news017 .layout .news-box-item a.img .bottom-mask .time .year {
              width: 100%;
              height: 1rem;
              background-color: #E53B3B;
              color: #fff;
              line-height: 1rem;
              font-size: 12px; }
            .category-party001 .home-news017 .layout .news-box-item a.img .bottom-mask .time .day {
              width: 100%;
              background-color: #EEEEEE;
              color: #E53B3B;
              height: 2.2rem;
              line-height: 2.2rem;
              font-size: 1.2rem; }
          .category-party001 .home-news017 .layout .news-box-item a.img .bottom-mask p {
            color: #fff;
            margin-left: 1rem;
            font-size: 0.9rem;
            line-height: 1.35rem;
            max-height: 2.7rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            margin-bottom: 0; }
        .category-party001 .home-news017 .layout .news-box-item a.img:hover img {
          transform: scale(1.1); }
      .category-party001 .home-news017 .layout .news-box-item ul {
        margin-top: 0.5rem; }
        .category-party001 .home-news017 .layout .news-box-item ul li {
          padding: 0.5rem;
          border-bottom: 1px solid #D7D7D7;
          font-size: 0;
          font-family: 微软雅黑, sans-serif;
          font-weight: 400;
          font-style: normal; }
          .category-party001 .home-news017 .layout .news-box-item ul li span {
            color: #EE8811;
            font-size: 0.8rem;
            line-height: 1; }
          .category-party001 .home-news017 .layout .news-box-item ul li a {
            font-size: 0.9rem;
            line-height: 1.35rem;
            max-height: 2.7rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            margin-top: 0.5rem;
            color: #333; }
            .category-party001 .home-news017 .layout .news-box-item ul li a:hover {
              color: #E53B3B; }
          .category-party001 .home-news017 .layout .news-box-item ul li:last-child {
            border-bottom: none; }
.category-party001 .home-news018 {
  margin-top: 4rem;
  padding: 4rem 0;
  position: relative;
  background-color: #FDF4E7; }
  .category-party001 .home-news018 .layout h1 {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .category-party001 .home-news018 .layout h1 .left-tit001 a, .category-party001 .home-news018 .layout h1 a.more001 i {
      color: #E53B3B; }
  .category-party001 .home-news018 .layout .news-list {
    display: flex;
    margin: 2.2rem -1% 0; }
    .category-party001 .home-news018 .layout .news-list .news-item {
      width: 23%;
      height: 14.9rem;
      margin: 0 1%;
      background-color: #fff; }
      .category-party001 .home-news018 .layout .news-list .news-item .img {
        width: 100%;
        height: 8.8rem;
        overflow: hidden;
        background-color: #E53B3B;
        display: flex;
        align-items: center;
        justify-content: center; }
        .category-party001 .home-news018 .layout .news-list .news-item .img img {
          width: 100%;
          height: 100%;
          transition: all 0.3s; }
        .category-party001 .home-news018 .layout .news-list .news-item .img > p {
          font-size: 1.6rem;
          color: rgba(255, 255, 255, 0.6); }
      .category-party001 .home-news018 .layout .news-list .news-item .bottom-info {
        padding: 1.7rem 1rem 2rem;
        position: relative; }
        .category-party001 .home-news018 .layout .news-list .news-item .bottom-info .time {
          position: absolute;
          top: -2rem;
          width: 3.05rem;
          height: 3.2rem;
          border-radius: 0.2rem;
          overflow: hidden;
          text-align: center;
          font-family: 微软雅黑, sans-serif;
          font-weight: 400;
          font-style: normal;
          flex-shrink: 0; }
          .category-party001 .home-news018 .layout .news-list .news-item .bottom-info .time .year {
            width: 100%;
            height: 1rem;
            background-color: #E53B3B;
            color: #fff;
            line-height: 1rem;
            font-size: 12px; }
          .category-party001 .home-news018 .layout .news-list .news-item .bottom-info .time .day {
            width: 100%;
            background-color: #EEEEEE;
            color: #E53B3B;
            height: 2.2rem;
            line-height: 2.2rem;
            font-size: 1.2rem; }
        .category-party001 .home-news018 .layout .news-list .news-item .bottom-info p {
          color: #333;
          font-size: 0.9rem;
          line-height: 1.35rem;
          max-height: 2.7rem;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box; }
      .category-party001 .home-news018 .layout .news-list .news-item:hover .img img {
        transform: scale(1.1); }
      .category-party001 .home-news018 .layout .news-list .news-item:hover .bottom-info p {
        color: #E53B3B; }

@media (max-width: 960px) {
  .category-party001 .left-tit001 {
    font-size: 18px; }
  .category-party001 .home-news013 {
    padding-top: 40px; }
    .category-party001 .home-news013 .layout {
      padding: 0 20px; }
      .category-party001 .home-news013 .layout .inner-news {
        flex-wrap: wrap;
        margin-top: 22px; }
        .category-party001 .home-news013 .layout .inner-news .left-news {
          width: 100%;
          margin-bottom: 30px; }
          .category-party001 .home-news013 .layout .inner-news .left-news .news-slider {
            margin-bottom: 0; }
            .category-party001 .home-news013 .layout .inner-news .left-news .news-slider .news-item a.img {
              position: static;
              width: 100%;
              height: 50vw; }
            .category-party001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info {
              margin-top: 0;
              height: auto;
              padding: 10px 10px 30px; }
              .category-party001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .time {
                margin-bottom: 8px;
                font-size: 12px; }
                .category-party001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .time .day {
                  font-size: 20px; }
              .category-party001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .tit {
                font-size: 16px; }
              .category-party001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .content {
                font-size: 14px; }
            .category-party001 .home-news013 .layout .inner-news .left-news .news-slider .slick-dots {
              left: 10px;
              right: 10px;
              bottom: 10px;
              width: auto;
              text-align: center; }
        .category-party001 .home-news013 .layout .inner-news .right-news {
          width: 100%; }
          .category-party001 .home-news013 .layout .inner-news .right-news ul li {
            margin-bottom: 10px; }
            .category-party001 .home-news013 .layout .inner-news .right-news ul li a .time {
              font-size: 14px;
              width: 80px; }
              .category-party001 .home-news013 .layout .inner-news .right-news ul li a .time .day {
                font-size: 24px; }
    .category-party001 .home-news013:after {
      display: none; }
  .category-party001 .home-news007 {
    padding-top: 30px; }
    .category-party001 .home-news007 .layout {
      box-sizing: border-box;
      padding: 0 20px; }
      .category-party001 .home-news007 .layout .inner-news .line {
        top: 24px; }
        .category-party001 .home-news007 .layout .inner-news .line.pc-line {
          display: none; }
        .category-party001 .home-news007 .layout .inner-news .line.m-line {
          display: block; }
      .category-party001 .home-news007 .layout .inner-news .news-slider {
        padding-bottom: 0;
        padding-top: 50px; }
        .category-party001 .home-news007 .layout .inner-news .news-slider .news-item {
          height: 160px; }
          .category-party001 .home-news007 .layout .inner-news .news-slider .news-item .bottom-info {
            padding: 10px; }
            .category-party001 .home-news007 .layout .inner-news .news-slider .news-item .bottom-info .inner-info p {
              margin-top: 10px; }
            .category-party001 .home-news007 .layout .inner-news .news-slider .news-item .bottom-info .inner-info .more {
              left: 10px; }
          .category-party001 .home-news007 .layout .inner-news .news-slider .news-item.hasthumb .img {
            height: 24vw; }
          .category-party001 .home-news007 .layout .inner-news .news-slider .news-item:hover .bottom-info .inner-info .time {
            transform: translateY(-26px); }
          .category-party001 .home-news007 .layout .inner-news .news-slider .news-item:hover .bottom-info .inner-info p {
            transform: translateY(-26px); }
          .category-party001 .home-news007 .layout .inner-news .news-slider .news-item:hover .bottom-info .inner-info .more {
            transform: translateY(-26px); }
        .category-party001 .home-news007 .layout .inner-news .news-slider .slick-arrow {
          top: 10px;
          width: 30px;
          height: 30px;
          line-height: 30px; }
  .category-party001 .home-news017 {
    padding-top: 40px; }
    .category-party001 .home-news017 .layout {
      flex-wrap: wrap;
      padding: 0 20px; }
      .category-party001 .home-news017 .layout .news-box-item {
        width: 100%;
        padding: 20px;
        margin-bottom: 10px; }
        .category-party001 .home-news017 .layout .news-box-item a.img {
          width: 100%;
          height: 50vw;
          margin-top: 22px; }
  .category-party001 .home-news018 {
    padding: 40px 0; }
    .category-party001 .home-news018 .layout {
      padding: 0 20px; }
      .category-party001 .home-news018 .layout .news-list {
        flex-wrap: wrap;
        margin: 22px 0 0; }
        .category-party001 .home-news018 .layout .news-list .news-item {
          width: 100%;
          height: auto;
          margin: 0 0 20px; }
          .category-party001 .home-news018 .layout .news-list .news-item .img {
            height: 50vw; } }
.category-special001 {
  padding-bottom: 4rem; }
  .category-special001 img {
    object-fit: cover; }
  .category-special001 h1.center-tit001 {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: normal; }
    .category-special001 h1.center-tit001 a.tit {
      font-size: 1.6rem;
      color: #333333;
      line-height: 1;
      margin-bottom: 1rem; }
    .category-special001 h1.center-tit001 a.more {
      display: flex;
      align-items: center; }
      .category-special001 h1.center-tit001 a.more span {
        font-size: 0.7rem;
        line-height: 1;
        color: #7F7F7F; }
      .category-special001 h1.center-tit001 a.more i {
        font-size: 0.8rem;
        color: #E53B3B;
        margin-left: 0.5rem; }
      .category-special001 h1.center-tit001 a.more:hover span {
        color: #E53B3B; }
  .category-special001 h1.left-tit001 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: normal; }
    .category-special001 h1.left-tit001 a.tit {
      font-size: 1.6rem;
      color: #333333;
      line-height: 1; }
    .category-special001 h1.left-tit001 a.more {
      display: flex;
      align-items: center; }
      .category-special001 h1.left-tit001 a.more span {
        font-size: 0.7rem;
        line-height: 1;
        color: #7F7F7F; }
      .category-special001 h1.left-tit001 a.more i {
        font-size: 0.8rem;
        color: #E53B3B;
        margin-left: 0.5rem; }
      .category-special001 h1.left-tit001 a.more:hover span {
        color: #E53B3B; }
  .category-special001 .left-tit001,
  .category-special001 .center-tit001 {
    font-size: 1.6rem; }
  .category-special001 a.more-btn {
    padding: 0 1rem;
    height: 2rem;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #004C99;
    color: #fff;
    width: fit-content;
    font-weight: normal; }
    .category-special001 a.more-btn span {
      font-size: 0.9rem;
      line-height: 1; }
    .category-special001 a.more-btn .circle {
      width: 1.5rem;
      height: 1.5rem;
      border: 1px dashed #fff;
      border-radius: 50%;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 0.5rem; }
      .category-special001 a.more-btn .circle i {
        color: #fff;
        font-size: 1rem; }
    .category-special001 a.more-btn:hover .circle i {
      animation: showArrow 1s; }
    @media (max-width: 960px) {
      .category-special001 a.more-btn {
        padding: 0 10px; } }
  .category-special001 .news002-box1 {
    margin-top: 4rem; }
    .category-special001 .news002-box1 .layout h1 {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .category-special001 .news002-box1 .layout .inner-box {
      margin-top: 2rem;
      display: flex;
      justify-content: space-between; }
      .category-special001 .news002-box1 .layout .inner-box .time {
        font-size: 0.8rem;
        color: #999;
        line-height: 1; }
      .category-special001 .news002-box1 .layout .inner-box .left-box {
        width: 74%; }
        .category-special001 .news002-box1 .layout .inner-box .left-box .first-news {
          margin-bottom: 2rem;
          display: flex;
          background-color: #e6effc;
          overflow: hidden; }
          .category-special001 .news002-box1 .layout .inner-box .left-box .first-news a.img {
            display: block;
            width: 58%;
            flex-shrink: 0; }
            .category-special001 .news002-box1 .layout .inner-box .left-box .first-news a.img .inner-img {
              width: 100%;
              padding-bottom: 56%;
              overflow: hidden;
              position: relative;
              background-color: #004C99; }
              .category-special001 .news002-box1 .layout .inner-box .left-box .first-news a.img .inner-img img {
                width: 100%;
                height: 100%;
                transition: all 0.3s;
                position: absolute;
                left: 0;
                top: 0; }
              .category-special001 .news002-box1 .layout .inner-box .left-box .first-news a.img .inner-img > p {
                font-size: 1.2rem;
                color: rgba(255, 255, 255, 0.6);
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%); }
            .category-special001 .news002-box1 .layout .inner-box .left-box .first-news a.img:hover .inner-img img {
              transform: scale(1.1); }
          .category-special001 .news002-box1 .layout .inner-box .left-box .first-news .right-info {
            padding: 2rem;
            box-sizing: border-box;
            font-size: 0;
            background-image: url(../images/nsmc/news/news_img_bg.jpg); }
            .category-special001 .news002-box1 .layout .inner-box .left-box .first-news .right-info .tit {
              font-size: 1rem;
              line-height: 1.44rem;
              max-height: 2.88rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              color: #333;
              font-weight: bold;
              margin-bottom: 1rem; }
            .category-special001 .news002-box1 .layout .inner-box .left-box .first-news .right-info .content {
              margin-bottom: 1.5rem;
              margin-top: 1rem;
              font-size: 0.8rem;
              color: #333;
              line-height: 1.2rem;
              max-height: 3.6rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              opacity: .9; }
            .category-special001 .news002-box1 .layout .inner-box .left-box .first-news .right-info .time {
              font-size: 0.8rem; }
            .category-special001 .news002-box1 .layout .inner-box .left-box .first-news .right-info .more {
              display: flex;
              align-items: center; }
              .category-special001 .news002-box1 .layout .inner-box .left-box .first-news .right-info .more span {
                font-size: 0.9rem;
                line-height: 1;
                color: #999; }
              .category-special001 .news002-box1 .layout .inner-box .left-box .first-news .right-info .more .circle {
                width: 1.5rem;
                height: 1.5rem;
                border: 1px dashed #999;
                border-radius: 50%;
                box-sizing: border-box;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-left: 0.5rem; }
                .category-special001 .news002-box1 .layout .inner-box .left-box .first-news .right-info .more .circle i {
                  color: #999;
                  font-size: 1rem; }
              .category-special001 .news002-box1 .layout .inner-box .left-box .first-news .right-info .more:hover .circle i {
                animation: showArrow 1s; }
            .category-special001 .news002-box1 .layout .inner-box .left-box .first-news .right-info a:hover .tit {
              color: #337ECF; }
        .category-special001 .news002-box1 .layout .inner-box .left-box .img-news-list {
          display: flex;
          margin-right: -2.3%; }
          .category-special001 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item {
            display: block;
            width: 31%;
            margin-right: 2.3%; }
            .category-special001 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item .img {
              width: 100%;
              padding-bottom: 56%;
              overflow: hidden;
              position: relative;
              background-color: #004C99; }
              .category-special001 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item .img img {
                width: 100%;
                height: 100%;
                transition: all 0.3s;
                position: absolute;
                left: 0;
                top: 0; }
              .category-special001 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item .img > p {
                font-size: 1.2rem;
                color: rgba(255, 255, 255, 0.6);
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%); }
            .category-special001 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item .bottom-info {
              padding: 1rem;
              background-color: #fff;
              box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
              overflow: hidden;
              -webkit-transition: .5s;
              -o-transition: .5s;
              transition: .5s;
              font-size: 0; }
              .category-special001 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item .bottom-info .tit {
                font-size: 0.9rem;
                line-height: 1.35rem;
                max-height: 4.05rem;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                display: -webkit-box;
                height: 4.05rem;
                margin-bottom: 0.5rem;
                color: #333; }
            .category-special001 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item:hover .img img {
              transform: scale(1.1); }
            .category-special001 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item:hover .bottom-info {
              background-color: #004C99; }
              .category-special001 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item:hover .bottom-info .tit,
              .category-special001 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item:hover .bottom-info .time {
                color: #fff; }
      .category-special001 .news002-box1 .layout .inner-box ul {
        width: 24%;
        padding: 1rem;
        background-color: #fff;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        overflow: hidden;
        box-sizing: border-box; }
        .category-special001 .news002-box1 .layout .inner-box ul li {
          padding: 1rem 0;
          border-bottom: 1px solid #eee;
          position: relative; }
          .category-special001 .news002-box1 .layout .inner-box ul li::after {
            content: '';
            width: 0;
            height: 1.5px;
            position: absolute;
            left: 0;
            bottom: 0;
            transition: all .5s;
            background: #004C99; }
          .category-special001 .news002-box1 .layout .inner-box ul li a .tit {
            font-size: 0.9rem;
            line-height: 1.08rem;
            max-height: 2.16rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            height: 2.7rem;
            margin-bottom: 0.5rem; }
          .category-special001 .news002-box1 .layout .inner-box ul li:hover::after {
            width: 100%; }
          .category-special001 .news002-box1 .layout .inner-box ul li:hover a .tit {
            color: #004C99; }
    .category-special001 .news002-box1 .layout a.more-btn {
      margin: 2rem auto 0; }
    @media (max-width: 960px) {
      .category-special001 .news002-box1 {
        margin-top: 40px; }
        .category-special001 .news002-box1 .layout {
          padding: 0 20px; }
          .category-special001 .news002-box1 .layout .inner-box {
            margin-top: 30px;
            display: block; }
            .category-special001 .news002-box1 .layout .inner-box .left-box {
              width: 100%; }
              .category-special001 .news002-box1 .layout .inner-box .left-box .first-news {
                display: block; }
                .category-special001 .news002-box1 .layout .inner-box .left-box .first-news a.img {
                  width: 100%; }
                .category-special001 .news002-box1 .layout .inner-box .left-box .first-news .right-info {
                  width: 100%;
                  padding: 10px; }
                  .category-special001 .news002-box1 .layout .inner-box .left-box .first-news .right-info .content,
                  .category-special001 .news002-box1 .layout .inner-box .left-box .first-news .right-info .more {
                    display: none; }
                  .category-special001 .news002-box1 .layout .inner-box .left-box .first-news .right-info .tit {
                    margin-bottom: 5px; }
              .category-special001 .news002-box1 .layout .inner-box .left-box .img-news-list {
                display: block;
                margin-right: 0; }
                .category-special001 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item {
                  width: 100%;
                  margin-right: 0;
                  margin-bottom: 20px; }
            .category-special001 .news002-box1 .layout .inner-box ul {
              width: 100%; }
          .category-special001 .news002-box1 .layout a.more-btn {
            margin-top: 20px; } }
  .category-special001 .news002-box2 {
    margin-top: 4rem;
    background-color: #e6f1fb;
    padding: 4rem 0;
    background-image: url(../images/nsmc/news/yljs_bg.jpg);
    background-size: cover; }
    .category-special001 .news002-box2 .layout .news-list {
      margin-top: 2rem; }
      .category-special001 .news002-box2 .layout .news-list .news-slider {
        margin: 0 -0.6rem;
        display: flex; }
        .category-special001 .news002-box2 .layout .news-list .news-slider a.news-item {
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          margin: 0 0.6rem;
          width: 24%;
          display: block; }
          .category-special001 .news002-box2 .layout .news-list .news-slider a.news-item .img {
            width: 100%;
            background-color: #004C99; }
            .category-special001 .news002-box2 .layout .news-list .news-slider a.news-item .img .inner-img {
              width: 100%;
              padding-bottom: 56%;
              overflow: hidden;
              position: relative; }
              .category-special001 .news002-box2 .layout .news-list .news-slider a.news-item .img .inner-img img {
                width: 100%;
                height: 100%;
                transition: all 0.3s;
                position: absolute;
                left: 0;
                top: 0; }
              .category-special001 .news002-box2 .layout .news-list .news-slider a.news-item .img .inner-img > p {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                font-size: 1.2rem;
                color: rgba(255, 255, 255, 0.6); }
          .category-special001 .news002-box2 .layout .news-list .news-slider a.news-item .bottom-info {
            box-sizing: border-box;
            padding: 1rem;
            background-color: #fff;
            font-size: 0;
            -webkit-transition: .5s;
            -o-transition: .5s;
            transition: .5s; }
            .category-special001 .news002-box2 .layout .news-list .news-slider a.news-item .bottom-info p {
              font-size: 0.9rem;
              line-height: 1.08rem;
              max-height: 2.16rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              color: #333;
              height: 2.7rem;
              margin-bottom: 0.5rem; }
            .category-special001 .news002-box2 .layout .news-list .news-slider a.news-item .bottom-info span {
              color: #999;
              font-size: 0.8rem;
              line-height: 1; }
          .category-special001 .news002-box2 .layout .news-list .news-slider a.news-item:hover .img .inner-img img {
            transform: scale(1.1); }
          .category-special001 .news002-box2 .layout .news-list .news-slider a.news-item:hover .bottom-info {
            background-color: #004C99; }
            .category-special001 .news002-box2 .layout .news-list .news-slider a.news-item:hover .bottom-info p,
            .category-special001 .news002-box2 .layout .news-list .news-slider a.news-item:hover .bottom-info span {
              color: #fff; }
    .category-special001 .news002-box2 .layout a.more-btn {
      margin: 2rem auto 0; }
    @media (max-width: 960px) {
      .category-special001 .news002-box2 {
        margin-top: 40px;
        padding: 40px 0; }
        .category-special001 .news002-box2 .layout {
          padding: 0 20px; }
          .category-special001 .news002-box2 .layout .news-list {
            margin-top: 30px; }
            .category-special001 .news002-box2 .layout .news-list .news-slider {
              display: block;
              margin: 0; }
              .category-special001 .news002-box2 .layout .news-list .news-slider a.news-item {
                width: 100%;
                margin: 0 0 20px; }
          .category-special001 .news002-box2 .layout a.more-btn {
            margin-top: 20px; } }
  .category-special001 .home-news013 {
    margin-top: 4rem;
    position: relative; }
    .category-special001 .home-news013 .layout {
      position: relative;
      z-index: 1; }
      .category-special001 .home-news013 .layout h1 {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .category-special001 .home-news013 .layout .inner-news {
        display: flex;
        justify-content: space-between;
        margin-top: 2.2rem; }
        .category-special001 .home-news013 .layout .inner-news .left-news {
          width: 47.85%; }
          .category-special001 .home-news013 .layout .inner-news .left-news .news-slider {
            margin-bottom: 0; }
            .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .news-item {
              position: relative; }
              .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .news-item a.img {
                position: absolute;
                top: 0;
                right: 0;
                width: 79%;
                height: 16.4rem;
                overflow: hidden;
                background-color: #6f76b5;
                display: flex;
                align-items: center;
                justify-content: center; }
                .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .news-item a.img > p {
                  font-size: 1.6rem;
                  color: rgba(255, 255, 255, 0.6); }
                .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .news-item a.img img {
                  width: 100%;
                  height: 100%;
                  transition: all 0.3s; }
                .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .news-item a.img:hover img {
                  transform: scale(1.1); }
              .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info {
                background-color: #004C99;
                -webkit-background-size: cover;
                -moz-background-size: cover;
                -o-background-size: cover;
                background-size: cover;
                height: 16.65rem;
                padding: 4.7rem 1.5rem 2.25rem;
                box-sizing: border-box;
                overflow: hidden;
                margin-top: 8.15rem;
                color: #fff;
                display: block; }
                .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .time {
                  font-size: 0.7rem;
                  line-height: 1.3;
                  margin-bottom: 1.1rem; }
                  .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .time .day {
                    font-size: 2.3rem; }
                  .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .time .year {
                    font-size: 0.7rem; }
                .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .tit {
                  font-size: 1rem;
                  font-weight: 700;
                  margin-bottom: 0.65rem;
                  line-height: 1.3rem;
                  max-height: 1.3rem;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: normal;
                  word-wrap: break-word;
                  -webkit-line-clamp: 1;
                  -webkit-box-orient: vertical;
                  display: -webkit-box; }
                .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .content {
                  font-size: 0.75rem;
                  line-height: 1.1rem;
                  max-height: 1.1rem;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: normal;
                  word-wrap: break-word;
                  -webkit-line-clamp: 1;
                  -webkit-box-orient: vertical;
                  display: -webkit-box; }
            .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .slick-dots {
              position: absolute;
              left: 30px;
              bottom: 30px;
              width: 100%;
              font-size: 0;
              text-align: left; }
              .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .slick-dots li {
                display: inline-block;
                width: 7px;
                height: 7px;
                margin: 0 3px;
                -webkit-border-radius: 7px;
                -moz-border-radius: 7px;
                border-radius: 7px;
                background-color: #fff;
                cursor: pointer;
                -webkit-transition: .3s;
                -o-transition: .3s;
                -moz-transition: .3s;
                transition: .3s; }
                .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .slick-dots li button {
                  display: none; }
                .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .slick-dots li.slick-active {
                  width: 22px;
                  background-color: #f38c49; }
        .category-special001 .home-news013 .layout .inner-news .right-news {
          width: 50.2%; }
          .category-special001 .home-news013 .layout .inner-news .right-news ul li {
            height: 5.5rem;
            margin-bottom: 0.95rem; }
            .category-special001 .home-news013 .layout .inner-news .right-news ul li a {
              display: flex;
              align-items: center;
              height: 100%;
              background-color: #fff;
              -webkit-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.1);
              -moz-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.1);
              box-shadow: 0 3px 21px rgba(0, 0, 0, 0.1);
              overflow: hidden;
              box-sizing: border-box;
              padding-right: 0.75rem; }
              .category-special001 .home-news013 .layout .inner-news .right-news ul li a .time {
                width: 5rem;
                text-align: center;
                font-size: 0.9rem;
                color: #222;
                line-height: 1.3;
                border-right: 2px solid #d3d3d3;
                margin-right: 0.7rem;
                flex-shrink: 0; }
                .category-special001 .home-news013 .layout .inner-news .right-news ul li a .time .day {
                  font-size: 1.95rem;
                  color: #004C99; }
              .category-special001 .home-news013 .layout .inner-news .right-news ul li a .right-info .tit {
                font-size: 0.9rem;
                color: #333;
                line-height: 1.35rem;
                max-height: 2.7rem;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                display: -webkit-box;
                margin-bottom: 0.55rem; }
              .category-special001 .home-news013 .layout .inner-news .right-news ul li a .right-info .content {
                font-size: 0.8rem;
                color: #727272;
                line-height: 1.2rem;
                max-height: 2.4rem;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                display: -webkit-box; }
              .category-special001 .home-news013 .layout .inner-news .right-news ul li a:hover {
                background-color: #004C99; }
                .category-special001 .home-news013 .layout .inner-news .right-news ul li a:hover .time {
                  color: #fff; }
                  .category-special001 .home-news013 .layout .inner-news .right-news ul li a:hover .time .day {
                    color: #fff; }
                .category-special001 .home-news013 .layout .inner-news .right-news ul li a:hover .right-info .tit {
                  color: #fff; }
  .category-special001 .home-news015 {
    margin-top: 4rem;
    padding-top: 0; }
    .category-special001 .home-news015 .layout h1 {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .category-special001 .home-news015 .layout .inner-news {
      margin-top: 2rem; }
      .category-special001 .home-news015 .layout .inner-news ul {
        display: flex;
        flex-wrap: wrap;
        margin-right: -2.3%; }
        .category-special001 .home-news015 .layout .inner-news ul li {
          width: 31%;
          margin-right: 2.3%;
          margin-bottom: 1rem; }
          .category-special001 .home-news015 .layout .inner-news ul li a {
            width: 100%;
            padding: 1rem;
            background-color: #fff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            display: block;
            box-sizing: border-box;
            transition: all 0.3s; }
            .category-special001 .home-news015 .layout .inner-news ul li a p {
              font-size: 0.9rem;
              line-height: 1.08rem;
              max-height: 2.16rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              height: 2.7rem;
              margin-bottom: 0.5rem;
              color: #333; }
            .category-special001 .home-news015 .layout .inner-news ul li a span {
              font-size: 0.8rem;
              line-height: 1;
              color: #999; }
            .category-special001 .home-news015 .layout .inner-news ul li a:hover {
              background-color: #004C99; }
              .category-special001 .home-news015 .layout .inner-news ul li a:hover p,
              .category-special001 .home-news015 .layout .inner-news ul li a:hover span {
                color: #fff; }
    @media (max-width: 960px) {
      .category-special001 .home-news015 {
        margin-top: 40px; }
        .category-special001 .home-news015 .layout {
          padding: 0 20px; }
          .category-special001 .home-news015 .layout .inner-news {
            margin-top: 30px; }
            .category-special001 .home-news015 .layout .inner-news ul {
              display: block;
              margin-right: 0; }
              .category-special001 .home-news015 .layout .inner-news ul li {
                width: 100%;
                margin-right: 0; } }
  .category-special001 .home-notice012 {
    margin-top: 4rem; }
    .category-special001 .home-notice012 .layout {
      position: relative; }
      .category-special001 .home-notice012 .layout .bg {
        width: 100vw;
        height: 80%;
        display: flex;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%); }
        .category-special001 .home-notice012 .layout .bg .left-bg {
          width: 40%;
          height: 100%;
          background-color: #004C99;
          background-image: url(../images/nsmc/news/notice_bg_l.jpg);
          background-size: cover; }
        .category-special001 .home-notice012 .layout .bg .right-bg {
          width: 60%;
          height: 100%;
          background-color: #e6f1fb;
          background-image: url(../images/nsmc/news/notice_bg_r.jpg);
          background-size: cover; }
      .category-special001 .home-notice012 .layout h1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative; }
      .category-special001 .home-notice012 .layout .notice-list {
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        padding: 2rem 2rem 2rem;
        position: relative; }
        .category-special001 .home-notice012 .layout .notice-list ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          margin-top: 1rem; }
          .category-special001 .home-notice012 .layout .notice-list ul li {
            width: 48%;
            padding: 1rem 0;
            border-bottom: 1px solid #eee;
            position: relative; }
            .category-special001 .home-notice012 .layout .notice-list ul li::after {
              content: '';
              position: absolute;
              left: 0;
              bottom: 0;
              width: 0;
              height: 1.5px;
              background: #004C99;
              transition: all .5s; }
            .category-special001 .home-notice012 .layout .notice-list ul li a {
              position: relative;
              display: block; }
              .category-special001 .home-notice012 .layout .notice-list ul li a p {
                font-size: 0.9rem;
                line-height: 1.08rem;
                max-height: 2.16rem;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                display: -webkit-box; }
            .category-special001 .home-notice012 .layout .notice-list ul li .bottom {
              display: flex;
              align-items: center;
              margin-top: 0.75rem; }
              .category-special001 .home-notice012 .layout .notice-list ul li .bottom span {
                display: inline-block;
                font-size: 0.8rem;
                line-height: 1;
                margin-right: 1rem;
                color: #999; }
              .category-special001 .home-notice012 .layout .notice-list ul li .bottom .line {
                display: none;
                flex: 1;
                border-top: 1px solid #ccc; }
            .category-special001 .home-notice012 .layout .notice-list ul li:hover::after {
              width: 100%; }
            .category-special001 .home-notice012 .layout .notice-list ul li:hover a p {
              color: #337ECF; }
    @media (max-width: 960px) {
      .category-special001 .home-notice012 {
        margin-top: 40px; }
        .category-special001 .home-notice012 .layout {
          padding: 0 20px; }
          .category-special001 .home-notice012 .layout .bg .left-bg {
            width: 100%; }
          .category-special001 .home-notice012 .layout .bg .right-bg {
            display: none; }
          .category-special001 .home-notice012 .layout .notice-list {
            padding: 20px; }
            .category-special001 .home-notice012 .layout .notice-list ul {
              margin-top: 10px; }
              .category-special001 .home-notice012 .layout .notice-list ul li {
                width: 100%; } }
  .category-special001 .news-special {
    margin-top: 4rem;
    padding-bottom: 4rem; }
    .category-special001 .news-special .layout h1 {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .category-special001 .news-special .layout .inner-special {
      display: flex;
      margin-right: -2%;
      flex-wrap: wrap;
      position: relative;
      z-index: 1;
      margin-top: 2.2rem; }
      .category-special001 .news-special .layout .inner-special a {
        display: block;
        width: 23%;
        height: 8.95rem;
        overflow: hidden;
        margin-right: 2%;
        margin-bottom: 1.5rem; }
        .category-special001 .news-special .layout .inner-special a img {
          width: 100%;
          height: 100%;
          transition: all 0.5s; }
        .category-special001 .news-special .layout .inner-special a:hover img {
          transform: scale(1.1); }
  .category-special001 .news002-box3 {
    margin-top: 4rem; }
    .category-special001 .news002-box3 .layout {
      position: relative;
      z-index: 1; }
      .category-special001 .news002-box3 .layout h1 {
        display: flex;
        justify-content: space-between;
        align-items: center; }
      .category-special001 .news002-box3 .layout ul {
        margin-top: 2.2rem;
        display: flex;
        flex-wrap: wrap;
        margin-right: -1.3%; }
        .category-special001 .news002-box3 .layout ul li {
          width: 32%;
          margin-right: 1.3%;
          margin-bottom: 1rem; }
          .category-special001 .news002-box3 .layout ul li a {
            width: 100%;
            background: #fff;
            border: 1px solid #e8e8e8;
            box-shadow: 0 0 6px 0 rgba(51, 51, 51, 0.09);
            padding: 1rem;
            box-sizing: border-box;
            overflow: hidden;
            display: flex;
            align-items: center;
            -webkit-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s; }
            .category-special001 .news002-box3 .layout ul li a .img {
              width: 30%;
              margin-right: 0.5rem;
              flex-shrink: 0;
              height: 4rem;
              overflow: hidden; }
              .category-special001 .news002-box3 .layout ul li a .img img {
                width: 100%;
                height: 100%;
                transition: all 0.3s; }
            .category-special001 .news002-box3 .layout ul li a .right-info {
              flex: 1;
              box-sizing: border-box;
              font-size: 0; }
              .category-special001 .news002-box3 .layout ul li a .right-info p {
                color: #333;
                font-size: 0.8rem;
                line-height: 1.2rem;
                max-height: 2.4rem;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                display: -webkit-box;
                height: 2.4rem;
                margin-bottom: 0.5rem; }
              .category-special001 .news002-box3 .layout ul li a .right-info span {
                font-size: 0.7rem;
                color: #999;
                line-height: 1; }
            .category-special001 .news002-box3 .layout ul li a:hover {
              background-color: #004C99; }
              .category-special001 .news002-box3 .layout ul li a:hover .img img {
                transform: scale(1.1); }
              .category-special001 .news002-box3 .layout ul li a:hover .right-info p {
                color: #fff; }
              .category-special001 .news002-box3 .layout ul li a:hover .right-info span {
                color: rgba(255, 255, 255, 0.8); }
    @media (max-width: 960px) {
      .category-special001 .news002-box3 {
        margin-top: 2rem; }
        .category-special001 .news002-box3 .layout {
          padding: 0 20px; }
          .category-special001 .news002-box3 .layout ul {
            margin-top: 20px; }
            .category-special001 .news002-box3 .layout ul li {
              width: 100%; }
              .category-special001 .news002-box3 .layout ul li a .img {
                width: 91px; } }
  .category-special001 .home-news017 {
    padding-top: 4rem;
    position: relative; }
    .category-special001 .home-news017 .left-tit001 a,
    .category-special001 .home-news017 a.more001 i {
      color: #004C99; }
    .category-special001 .home-news017 .layout {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .category-special001 .home-news017 .layout .news-box-item {
        width: 48%;
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        padding: 1.5rem 1rem; }
        .category-special001 .home-news017 .layout .news-box-item h1 {
          display: flex;
          align-items: center;
          justify-content: space-between; }
        .category-special001 .home-news017 .layout .news-box-item a.img {
          display: block;
          width: 100%;
          height: 17.2rem;
          overflow: hidden;
          position: relative;
          margin-top: 1rem;
          display: flex;
          align-items: center;
          justify-content: center;
          background-color: #004C99; }
          .category-special001 .home-news017 .layout .news-box-item a.img > p {
            color: rgba(255, 255, 255, 0.6);
            font-size: 1.2rem; }
          .category-special001 .home-news017 .layout .news-box-item a.img img {
            width: 100%;
            height: 100%;
            transition: all 0.5s; }
          .category-special001 .home-news017 .layout .news-box-item a.img .bottom-mask {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 5rem;
            background-image: linear-gradient(to bottom, transparent, #000);
            box-sizing: border-box;
            padding: 0.8rem 1rem 1rem;
            display: flex; }
            .category-special001 .home-news017 .layout .news-box-item a.img .bottom-mask .time {
              width: 3.05rem;
              height: 3.2rem;
              border-radius: 0.2rem;
              overflow: hidden;
              text-align: center;
              font-family: 微软雅黑, sans-serif;
              font-weight: 400;
              font-style: normal;
              flex-shrink: 0; }
              .category-special001 .home-news017 .layout .news-box-item a.img .bottom-mask .time .year {
                width: 100%;
                height: 1rem;
                background-color: #004C99;
                color: #fff;
                line-height: 1rem;
                font-size: 12px; }
              .category-special001 .home-news017 .layout .news-box-item a.img .bottom-mask .time .day {
                width: 100%;
                background-color: #EEEEEE;
                color: #004C99;
                height: 2.2rem;
                line-height: 2.2rem;
                font-size: 1.2rem; }
            .category-special001 .home-news017 .layout .news-box-item a.img .bottom-mask p {
              color: #fff;
              margin-left: 1rem;
              font-size: 0.9rem;
              line-height: 1.35rem;
              max-height: 2.7rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              margin-bottom: 0; }
          .category-special001 .home-news017 .layout .news-box-item a.img:hover img {
            transform: scale(1.1); }
        .category-special001 .home-news017 .layout .news-box-item ul {
          margin-top: 0.5rem; }
          .category-special001 .home-news017 .layout .news-box-item ul li {
            padding: 0.5rem;
            border-bottom: 1px solid #D7D7D7;
            font-size: 0;
            font-family: 微软雅黑, sans-serif;
            font-weight: 400;
            font-style: normal; }
            .category-special001 .home-news017 .layout .news-box-item ul li span {
              color: #004C99;
              font-size: 0.8rem;
              line-height: 1; }
            .category-special001 .home-news017 .layout .news-box-item ul li a {
              font-size: 0.9rem;
              line-height: 1.35rem;
              max-height: 2.7rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              margin-top: 0.5rem;
              color: #333; }
              .category-special001 .home-news017 .layout .news-box-item ul li a:hover {
                color: #004C99; }
            .category-special001 .home-news017 .layout .news-box-item ul li:last-child {
              border-bottom: none; }
    @media (max-width: 960px) {
      .category-special001 .home-news017 {
        padding-top: 1rem; }
        .category-special001 .home-news017 .layout {
          padding: 0 20px; }
          .category-special001 .home-news017 .layout .news-box-item {
            margin-top: 1rem;
            width: 100%; }
            .category-special001 .home-news017 .layout .news-box-item a.img {
              height: 50vw; } }
  .category-special001 .news002-box4 {
    background: #f5f5f5;
    padding: 4rem 0; }
    .category-special001 .news002-box4 .layout {
      display: flex;
      justify-content: space-between; }
      .category-special001 .news002-box4 .layout .notice-item {
        width: 48%; }
        .category-special001 .news002-box4 .layout .notice-item h1 {
          display: flex;
          align-items: center;
          justify-content: space-between; }
        .category-special001 .news002-box4 .layout .notice-item ul {
          background-color: #fff;
          margin-top: 2rem;
          box-sizing: border-box;
          padding: 1rem 2rem;
          border-top: 3px solid #004C99;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.12); }
          .category-special001 .news002-box4 .layout .notice-item ul li {
            padding: 0.75rem 0;
            border-bottom: 1px solid #ebebeb;
            position: relative; }
            .category-special001 .news002-box4 .layout .notice-item ul li a:before {
              content: "";
              width: 0;
              border-top: 1px solid #004C99;
              position: absolute;
              left: 0;
              bottom: 0;
              transition: all 0.3s; }
            .category-special001 .news002-box4 .layout .notice-item ul li a p {
              font-size: 0.9rem;
              line-height: 1.35rem;
              max-height: 2.7rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              margin-bottom: 0.5rem;
              height: 2.7rem; }
            .category-special001 .news002-box4 .layout .notice-item ul li a span {
              font-size: 0.8rem;
              color: #999;
              line-height: 1;
              display: block; }
            .category-special001 .news002-box4 .layout .notice-item ul li a:hover p {
              color: #004C99; }
            .category-special001 .news002-box4 .layout .notice-item ul li a:hover:before {
              width: 100%; }
    @media (max-width: 960px) {
      .category-special001 .news002-box4 {
        padding: 40px 0; }
        .category-special001 .news002-box4 .layout {
          flex-wrap: wrap;
          padding: 0 20px; }
          .category-special001 .news002-box4 .layout .notice-item {
            width: 100%; }
            .category-special001 .news002-box4 .layout .notice-item + .notice-item {
              margin-top: 20px; }
            .category-special001 .news002-box4 .layout .notice-item ul {
              margin-top: 20px;
              padding: 0 20px; }
              .category-special001 .news002-box4 .layout .notice-item ul li a p {
                line-height: 1.35rem;
                max-height: 2.7rem;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                display: -webkit-box; } }

@media (max-width: 1600px) {
  .category-special001 .news002-box1 .layout .inner-box .left-box .first-news .right-info {
    padding: 1rem; }
    .category-special001 .news002-box1 .layout .inner-box .left-box .first-news .right-info .content {
      margin-bottom: 1.25rem; }
  .category-special001 .news002-box1 .layout .inner-box ul li {
    padding: 0.85rem 0; }
  .category-special001 .home-news015 {
    padding-top: 0; }
  .category-special001 .news-special .layout .inner-special a {
    height: 7.9rem; } }
@media (max-width: 960px) {
  .category-special001 {
    padding-bottom: 40px; }
    .category-special001 .layout {
      width: 100%; }
    .category-special001 .left-tit001,
    .category-special001 .center-tit001 {
      font-size: 18px; }
    .category-special001 .news-special {
      margin-top: 40px;
      padding-bottom: 40px; }
      .category-special001 .news-special .layout {
        padding: 0 20px; }
        .category-special001 .news-special .layout .inner-special {
          margin-right: 0;
          flex-wrap: wrap; }
          .category-special001 .news-special .layout .inner-special a {
            margin-right: 0;
            width: 100%;
            height: 50vw; }
    .category-special001 .home-news013 {
      margin-top: 40px; }
      .category-special001 .home-news013 .layout {
        padding: 0 20px; }
        .category-special001 .home-news013 .layout .inner-news {
          flex-wrap: wrap; }
          .category-special001 .home-news013 .layout .inner-news .left-news {
            width: 100%;
            margin-bottom: 30px; }
            .category-special001 .home-news013 .layout .inner-news .left-news .news-slider {
              margin-bottom: 0; }
              .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .news-item a.img {
                position: static;
                width: 100%;
                height: 50vw; }
              .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info {
                margin-top: 0;
                height: auto;
                padding: 10px 10px 30px; }
                .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .time {
                  margin-bottom: 8px;
                  font-size: 12px; }
                  .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .time .day {
                    font-size: 20px; }
                .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .tit {
                  font-size: 16px; }
                .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .content {
                  font-size: 14px; }
              .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .slick-dots {
                left: 10px;
                right: 10px;
                bottom: 10px;
                width: auto;
                text-align: center; }
          .category-special001 .home-news013 .layout .inner-news .right-news {
            width: 100%; }
            .category-special001 .home-news013 .layout .inner-news .right-news ul li {
              margin-bottom: 10px; }
              .category-special001 .home-news013 .layout .inner-news .right-news ul li a .time {
                font-size: 14px;
                width: 80px; }
                .category-special001 .home-news013 .layout .inner-news .right-news ul li a .time .day {
                  font-size: 24px; }
      .category-special001 .home-news013:after {
        display: none; } }
.category-special001 {
  padding-bottom: 4rem; }
  .category-special001 img {
    object-fit: cover; }
  .category-special001 h1.center-tit001 {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: normal; }
    .category-special001 h1.center-tit001 a.tit {
      font-size: 1.6rem;
      color: #333333;
      line-height: 1;
      margin-bottom: 1rem; }
    .category-special001 h1.center-tit001 a.more {
      display: flex;
      align-items: center; }
      .category-special001 h1.center-tit001 a.more span {
        font-size: 0.7rem;
        line-height: 1;
        color: #7F7F7F; }
      .category-special001 h1.center-tit001 a.more i {
        font-size: 0.8rem;
        color: #E53B3B;
        margin-left: 0.5rem; }
      .category-special001 h1.center-tit001 a.more:hover span {
        color: #E53B3B; }
  .category-special001 h1.left-tit001 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: normal; }
    .category-special001 h1.left-tit001 a.tit {
      font-size: 1.6rem;
      color: #333333;
      line-height: 1; }
    .category-special001 h1.left-tit001 a.more {
      display: flex;
      align-items: center; }
      .category-special001 h1.left-tit001 a.more span {
        font-size: 0.7rem;
        line-height: 1;
        color: #7F7F7F; }
      .category-special001 h1.left-tit001 a.more i {
        font-size: 0.8rem;
        color: #E53B3B;
        margin-left: 0.5rem; }
      .category-special001 h1.left-tit001 a.more:hover span {
        color: #E53B3B; }
  .category-special001 .left-tit001,
  .category-special001 .center-tit001 {
    font-size: 1.6rem; }
  .category-special001 a.more-btn {
    padding: 0 1rem;
    height: 2rem;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #004C99;
    color: #fff;
    width: fit-content;
    font-weight: normal; }
    .category-special001 a.more-btn span {
      font-size: 0.9rem;
      line-height: 1; }
    .category-special001 a.more-btn .circle {
      width: 1.5rem;
      height: 1.5rem;
      border: 1px dashed #fff;
      border-radius: 50%;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 0.5rem; }
      .category-special001 a.more-btn .circle i {
        color: #fff;
        font-size: 1rem; }
    .category-special001 a.more-btn:hover .circle i {
      animation: showArrow 1s; }
    @media (max-width: 960px) {
      .category-special001 a.more-btn {
        padding: 0 10px; } }
  .category-special001 .news002-box1 {
    margin-top: 4rem; }
    .category-special001 .news002-box1 .layout h1 {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .category-special001 .news002-box1 .layout .inner-box {
      margin-top: 2rem;
      display: flex;
      justify-content: space-between; }
      .category-special001 .news002-box1 .layout .inner-box .time {
        font-size: 0.8rem;
        color: #999;
        line-height: 1; }
      .category-special001 .news002-box1 .layout .inner-box .left-box {
        width: 74%; }
        .category-special001 .news002-box1 .layout .inner-box .left-box .first-news {
          margin-bottom: 2rem;
          display: flex;
          background-color: #e6effc;
          overflow: hidden; }
          .category-special001 .news002-box1 .layout .inner-box .left-box .first-news a.img {
            display: block;
            width: 58%;
            flex-shrink: 0; }
            .category-special001 .news002-box1 .layout .inner-box .left-box .first-news a.img .inner-img {
              width: 100%;
              padding-bottom: 56%;
              overflow: hidden;
              position: relative;
              background-color: #004C99; }
              .category-special001 .news002-box1 .layout .inner-box .left-box .first-news a.img .inner-img img {
                width: 100%;
                height: 100%;
                transition: all 0.3s;
                position: absolute;
                left: 0;
                top: 0; }
              .category-special001 .news002-box1 .layout .inner-box .left-box .first-news a.img .inner-img > p {
                font-size: 1.2rem;
                color: rgba(255, 255, 255, 0.6);
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%); }
            .category-special001 .news002-box1 .layout .inner-box .left-box .first-news a.img:hover .inner-img img {
              transform: scale(1.1); }
          .category-special001 .news002-box1 .layout .inner-box .left-box .first-news .right-info {
            padding: 2rem;
            box-sizing: border-box;
            font-size: 0;
            background-image: url(../images/nsmc/news/news_img_bg.jpg); }
            .category-special001 .news002-box1 .layout .inner-box .left-box .first-news .right-info .tit {
              font-size: 1rem;
              line-height: 1.44rem;
              max-height: 2.88rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              color: #333;
              font-weight: bold;
              margin-bottom: 1rem; }
            .category-special001 .news002-box1 .layout .inner-box .left-box .first-news .right-info .content {
              margin-bottom: 1.5rem;
              margin-top: 1rem;
              font-size: 0.8rem;
              color: #333;
              line-height: 1.2rem;
              max-height: 3.6rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              opacity: .9; }
            .category-special001 .news002-box1 .layout .inner-box .left-box .first-news .right-info .time {
              font-size: 0.8rem; }
            .category-special001 .news002-box1 .layout .inner-box .left-box .first-news .right-info .more {
              display: flex;
              align-items: center; }
              .category-special001 .news002-box1 .layout .inner-box .left-box .first-news .right-info .more span {
                font-size: 0.9rem;
                line-height: 1;
                color: #999; }
              .category-special001 .news002-box1 .layout .inner-box .left-box .first-news .right-info .more .circle {
                width: 1.5rem;
                height: 1.5rem;
                border: 1px dashed #999;
                border-radius: 50%;
                box-sizing: border-box;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-left: 0.5rem; }
                .category-special001 .news002-box1 .layout .inner-box .left-box .first-news .right-info .more .circle i {
                  color: #999;
                  font-size: 1rem; }
              .category-special001 .news002-box1 .layout .inner-box .left-box .first-news .right-info .more:hover .circle i {
                animation: showArrow 1s; }
            .category-special001 .news002-box1 .layout .inner-box .left-box .first-news .right-info a:hover .tit {
              color: #337ECF; }
        .category-special001 .news002-box1 .layout .inner-box .left-box .img-news-list {
          display: flex;
          margin-right: -2.3%; }
          .category-special001 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item {
            display: block;
            width: 31%;
            margin-right: 2.3%; }
            .category-special001 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item .img {
              width: 100%;
              padding-bottom: 56%;
              overflow: hidden;
              position: relative;
              background-color: #004C99; }
              .category-special001 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item .img img {
                width: 100%;
                height: 100%;
                transition: all 0.3s;
                position: absolute;
                left: 0;
                top: 0; }
              .category-special001 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item .img > p {
                font-size: 1.2rem;
                color: rgba(255, 255, 255, 0.6);
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%); }
            .category-special001 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item .bottom-info {
              padding: 1rem;
              background-color: #fff;
              box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
              overflow: hidden;
              -webkit-transition: .5s;
              -o-transition: .5s;
              transition: .5s;
              font-size: 0; }
              .category-special001 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item .bottom-info .tit {
                font-size: 0.9rem;
                line-height: 1.35rem;
                max-height: 4.05rem;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                display: -webkit-box;
                height: 4.05rem;
                margin-bottom: 0.5rem;
                color: #333; }
            .category-special001 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item:hover .img img {
              transform: scale(1.1); }
            .category-special001 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item:hover .bottom-info {
              background-color: #004C99; }
              .category-special001 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item:hover .bottom-info .tit,
              .category-special001 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item:hover .bottom-info .time {
                color: #fff; }
      .category-special001 .news002-box1 .layout .inner-box ul {
        width: 24%;
        padding: 1rem;
        background-color: #fff;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        overflow: hidden;
        box-sizing: border-box; }
        .category-special001 .news002-box1 .layout .inner-box ul li {
          padding: 1rem 0;
          border-bottom: 1px solid #eee;
          position: relative; }
          .category-special001 .news002-box1 .layout .inner-box ul li::after {
            content: '';
            width: 0;
            height: 1.5px;
            position: absolute;
            left: 0;
            bottom: 0;
            transition: all .5s;
            background: #004C99; }
          .category-special001 .news002-box1 .layout .inner-box ul li a .tit {
            font-size: 0.9rem;
            line-height: 1.08rem;
            max-height: 2.16rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            height: 2.7rem;
            margin-bottom: 0.5rem; }
          .category-special001 .news002-box1 .layout .inner-box ul li:hover::after {
            width: 100%; }
          .category-special001 .news002-box1 .layout .inner-box ul li:hover a .tit {
            color: #004C99; }
    .category-special001 .news002-box1 .layout a.more-btn {
      margin: 2rem auto 0; }
    @media (max-width: 960px) {
      .category-special001 .news002-box1 {
        margin-top: 40px; }
        .category-special001 .news002-box1 .layout {
          padding: 0 20px; }
          .category-special001 .news002-box1 .layout .inner-box {
            margin-top: 30px;
            display: block; }
            .category-special001 .news002-box1 .layout .inner-box .left-box {
              width: 100%; }
              .category-special001 .news002-box1 .layout .inner-box .left-box .first-news {
                display: block; }
                .category-special001 .news002-box1 .layout .inner-box .left-box .first-news a.img {
                  width: 100%; }
                .category-special001 .news002-box1 .layout .inner-box .left-box .first-news .right-info {
                  width: 100%;
                  padding: 10px; }
                  .category-special001 .news002-box1 .layout .inner-box .left-box .first-news .right-info .content,
                  .category-special001 .news002-box1 .layout .inner-box .left-box .first-news .right-info .more {
                    display: none; }
                  .category-special001 .news002-box1 .layout .inner-box .left-box .first-news .right-info .tit {
                    margin-bottom: 5px; }
              .category-special001 .news002-box1 .layout .inner-box .left-box .img-news-list {
                display: block;
                margin-right: 0; }
                .category-special001 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item {
                  width: 100%;
                  margin-right: 0;
                  margin-bottom: 20px; }
            .category-special001 .news002-box1 .layout .inner-box ul {
              width: 100%; }
          .category-special001 .news002-box1 .layout a.more-btn {
            margin-top: 20px; } }
  .category-special001 .news002-box2 {
    margin-top: 4rem;
    background-color: #e6f1fb;
    padding: 4rem 0;
    background-image: url(../images/nsmc/news/yljs_bg.jpg);
    background-size: cover; }
    .category-special001 .news002-box2 .layout .news-list {
      margin-top: 2rem; }
      .category-special001 .news002-box2 .layout .news-list .news-slider {
        margin: 0 -0.6rem;
        display: flex; }
        .category-special001 .news002-box2 .layout .news-list .news-slider a.news-item {
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          margin: 0 0.6rem;
          width: 24%;
          display: block; }
          .category-special001 .news002-box2 .layout .news-list .news-slider a.news-item .img {
            width: 100%;
            background-color: #004C99; }
            .category-special001 .news002-box2 .layout .news-list .news-slider a.news-item .img .inner-img {
              width: 100%;
              padding-bottom: 56%;
              overflow: hidden;
              position: relative; }
              .category-special001 .news002-box2 .layout .news-list .news-slider a.news-item .img .inner-img img {
                width: 100%;
                height: 100%;
                transition: all 0.3s;
                position: absolute;
                left: 0;
                top: 0; }
              .category-special001 .news002-box2 .layout .news-list .news-slider a.news-item .img .inner-img > p {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                font-size: 1.2rem;
                color: rgba(255, 255, 255, 0.6); }
          .category-special001 .news002-box2 .layout .news-list .news-slider a.news-item .bottom-info {
            box-sizing: border-box;
            padding: 1rem;
            background-color: #fff;
            font-size: 0;
            -webkit-transition: .5s;
            -o-transition: .5s;
            transition: .5s; }
            .category-special001 .news002-box2 .layout .news-list .news-slider a.news-item .bottom-info p {
              font-size: 0.9rem;
              line-height: 1.08rem;
              max-height: 2.16rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              color: #333;
              height: 2.7rem;
              margin-bottom: 0.5rem; }
            .category-special001 .news002-box2 .layout .news-list .news-slider a.news-item .bottom-info span {
              color: #999;
              font-size: 0.8rem;
              line-height: 1; }
          .category-special001 .news002-box2 .layout .news-list .news-slider a.news-item:hover .img .inner-img img {
            transform: scale(1.1); }
          .category-special001 .news002-box2 .layout .news-list .news-slider a.news-item:hover .bottom-info {
            background-color: #004C99; }
            .category-special001 .news002-box2 .layout .news-list .news-slider a.news-item:hover .bottom-info p,
            .category-special001 .news002-box2 .layout .news-list .news-slider a.news-item:hover .bottom-info span {
              color: #fff; }
    .category-special001 .news002-box2 .layout a.more-btn {
      margin: 2rem auto 0; }
    @media (max-width: 960px) {
      .category-special001 .news002-box2 {
        margin-top: 40px;
        padding: 40px 0; }
        .category-special001 .news002-box2 .layout {
          padding: 0 20px; }
          .category-special001 .news002-box2 .layout .news-list {
            margin-top: 30px; }
            .category-special001 .news002-box2 .layout .news-list .news-slider {
              display: block;
              margin: 0; }
              .category-special001 .news002-box2 .layout .news-list .news-slider a.news-item {
                width: 100%;
                margin: 0 0 20px; }
          .category-special001 .news002-box2 .layout a.more-btn {
            margin-top: 20px; } }
  .category-special001 .home-news013 {
    margin-top: 4rem;
    position: relative; }
    .category-special001 .home-news013 .layout {
      position: relative;
      z-index: 1; }
      .category-special001 .home-news013 .layout h1 {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .category-special001 .home-news013 .layout .inner-news {
        display: flex;
        justify-content: space-between;
        margin-top: 2.2rem; }
        .category-special001 .home-news013 .layout .inner-news .left-news {
          width: 47.85%; }
          .category-special001 .home-news013 .layout .inner-news .left-news .news-slider {
            margin-bottom: 0; }
            .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .news-item {
              position: relative; }
              .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .news-item a.img {
                position: absolute;
                top: 0;
                right: 0;
                width: 79%;
                height: 16.4rem;
                overflow: hidden;
                background-color: #6f76b5;
                display: flex;
                align-items: center;
                justify-content: center; }
                .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .news-item a.img > p {
                  font-size: 1.6rem;
                  color: rgba(255, 255, 255, 0.6); }
                .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .news-item a.img img {
                  width: 100%;
                  height: 100%;
                  transition: all 0.3s; }
                .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .news-item a.img:hover img {
                  transform: scale(1.1); }
              .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info {
                background-color: #004C99;
                -webkit-background-size: cover;
                -moz-background-size: cover;
                -o-background-size: cover;
                background-size: cover;
                height: 16.65rem;
                padding: 4.7rem 1.5rem 2.25rem;
                box-sizing: border-box;
                overflow: hidden;
                margin-top: 8.15rem;
                color: #fff;
                display: block; }
                .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .time {
                  font-size: 0.7rem;
                  line-height: 1.3;
                  margin-bottom: 1.1rem; }
                  .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .time .day {
                    font-size: 2.3rem; }
                  .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .time .year {
                    font-size: 0.7rem; }
                .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .tit {
                  font-size: 1rem;
                  font-weight: 700;
                  margin-bottom: 0.65rem;
                  line-height: 1.3rem;
                  max-height: 1.3rem;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: normal;
                  word-wrap: break-word;
                  -webkit-line-clamp: 1;
                  -webkit-box-orient: vertical;
                  display: -webkit-box; }
                .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .content {
                  font-size: 0.75rem;
                  line-height: 1.1rem;
                  max-height: 1.1rem;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: normal;
                  word-wrap: break-word;
                  -webkit-line-clamp: 1;
                  -webkit-box-orient: vertical;
                  display: -webkit-box; }
            .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .slick-dots {
              position: absolute;
              left: 30px;
              bottom: 30px;
              width: 100%;
              font-size: 0;
              text-align: left; }
              .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .slick-dots li {
                display: inline-block;
                width: 7px;
                height: 7px;
                margin: 0 3px;
                -webkit-border-radius: 7px;
                -moz-border-radius: 7px;
                border-radius: 7px;
                background-color: #fff;
                cursor: pointer;
                -webkit-transition: .3s;
                -o-transition: .3s;
                -moz-transition: .3s;
                transition: .3s; }
                .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .slick-dots li button {
                  display: none; }
                .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .slick-dots li.slick-active {
                  width: 22px;
                  background-color: #f38c49; }
        .category-special001 .home-news013 .layout .inner-news .right-news {
          width: 50.2%; }
          .category-special001 .home-news013 .layout .inner-news .right-news ul li {
            height: 5.5rem;
            margin-bottom: 0.95rem; }
            .category-special001 .home-news013 .layout .inner-news .right-news ul li a {
              display: flex;
              align-items: center;
              height: 100%;
              background-color: #fff;
              -webkit-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.1);
              -moz-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.1);
              box-shadow: 0 3px 21px rgba(0, 0, 0, 0.1);
              overflow: hidden;
              box-sizing: border-box;
              padding-right: 0.75rem; }
              .category-special001 .home-news013 .layout .inner-news .right-news ul li a .time {
                width: 5rem;
                text-align: center;
                font-size: 0.9rem;
                color: #222;
                line-height: 1.3;
                border-right: 2px solid #d3d3d3;
                margin-right: 0.7rem;
                flex-shrink: 0; }
                .category-special001 .home-news013 .layout .inner-news .right-news ul li a .time .day {
                  font-size: 1.95rem;
                  color: #004C99; }
              .category-special001 .home-news013 .layout .inner-news .right-news ul li a .right-info .tit {
                font-size: 0.9rem;
                color: #333;
                line-height: 1.35rem;
                max-height: 2.7rem;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                display: -webkit-box;
                margin-bottom: 0.55rem; }
              .category-special001 .home-news013 .layout .inner-news .right-news ul li a .right-info .content {
                font-size: 0.8rem;
                color: #727272;
                line-height: 1.2rem;
                max-height: 2.4rem;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                display: -webkit-box; }
              .category-special001 .home-news013 .layout .inner-news .right-news ul li a:hover {
                background-color: #004C99; }
                .category-special001 .home-news013 .layout .inner-news .right-news ul li a:hover .time {
                  color: #fff; }
                  .category-special001 .home-news013 .layout .inner-news .right-news ul li a:hover .time .day {
                    color: #fff; }
                .category-special001 .home-news013 .layout .inner-news .right-news ul li a:hover .right-info .tit {
                  color: #fff; }
  .category-special001 .home-news015 {
    margin-top: 4rem;
    padding-top: 0; }
    .category-special001 .home-news015 .layout h1 {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .category-special001 .home-news015 .layout .inner-news {
      margin-top: 2rem; }
      .category-special001 .home-news015 .layout .inner-news ul {
        display: flex;
        flex-wrap: wrap;
        margin-right: -2.3%; }
        .category-special001 .home-news015 .layout .inner-news ul li {
          width: 31%;
          margin-right: 2.3%;
          margin-bottom: 1rem; }
          .category-special001 .home-news015 .layout .inner-news ul li a {
            width: 100%;
            padding: 1rem;
            background-color: #fff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            display: block;
            box-sizing: border-box;
            transition: all 0.3s; }
            .category-special001 .home-news015 .layout .inner-news ul li a p {
              font-size: 0.9rem;
              line-height: 1.08rem;
              max-height: 2.16rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              height: 2.7rem;
              margin-bottom: 0.5rem;
              color: #333; }
            .category-special001 .home-news015 .layout .inner-news ul li a span {
              font-size: 0.8rem;
              line-height: 1;
              color: #999; }
            .category-special001 .home-news015 .layout .inner-news ul li a:hover {
              background-color: #004C99; }
              .category-special001 .home-news015 .layout .inner-news ul li a:hover p,
              .category-special001 .home-news015 .layout .inner-news ul li a:hover span {
                color: #fff; }
    @media (max-width: 960px) {
      .category-special001 .home-news015 {
        margin-top: 40px; }
        .category-special001 .home-news015 .layout {
          padding: 0 20px; }
          .category-special001 .home-news015 .layout .inner-news {
            margin-top: 30px; }
            .category-special001 .home-news015 .layout .inner-news ul {
              display: block;
              margin-right: 0; }
              .category-special001 .home-news015 .layout .inner-news ul li {
                width: 100%;
                margin-right: 0; } }
  .category-special001 .home-notice012 {
    margin-top: 4rem; }
    .category-special001 .home-notice012 .layout {
      position: relative; }
      .category-special001 .home-notice012 .layout .bg {
        width: 100vw;
        height: 80%;
        display: flex;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%); }
        .category-special001 .home-notice012 .layout .bg .left-bg {
          width: 40%;
          height: 100%;
          background-color: #004C99;
          background-image: url(../images/nsmc/news/notice_bg_l.jpg);
          background-size: cover; }
        .category-special001 .home-notice012 .layout .bg .right-bg {
          width: 60%;
          height: 100%;
          background-color: #e6f1fb;
          background-image: url(../images/nsmc/news/notice_bg_r.jpg);
          background-size: cover; }
      .category-special001 .home-notice012 .layout h1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative; }
      .category-special001 .home-notice012 .layout .notice-list {
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        padding: 2rem 2rem 2rem;
        position: relative; }
        .category-special001 .home-notice012 .layout .notice-list ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          margin-top: 1rem; }
          .category-special001 .home-notice012 .layout .notice-list ul li {
            width: 48%;
            padding: 1rem 0;
            border-bottom: 1px solid #eee;
            position: relative; }
            .category-special001 .home-notice012 .layout .notice-list ul li::after {
              content: '';
              position: absolute;
              left: 0;
              bottom: 0;
              width: 0;
              height: 1.5px;
              background: #004C99;
              transition: all .5s; }
            .category-special001 .home-notice012 .layout .notice-list ul li a {
              position: relative;
              display: block; }
              .category-special001 .home-notice012 .layout .notice-list ul li a p {
                font-size: 0.9rem;
                line-height: 1.08rem;
                max-height: 2.16rem;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                display: -webkit-box; }
            .category-special001 .home-notice012 .layout .notice-list ul li .bottom {
              display: flex;
              align-items: center;
              margin-top: 0.75rem; }
              .category-special001 .home-notice012 .layout .notice-list ul li .bottom span {
                display: inline-block;
                font-size: 0.8rem;
                line-height: 1;
                margin-right: 1rem;
                color: #999; }
              .category-special001 .home-notice012 .layout .notice-list ul li .bottom .line {
                display: none;
                flex: 1;
                border-top: 1px solid #ccc; }
            .category-special001 .home-notice012 .layout .notice-list ul li:hover::after {
              width: 100%; }
            .category-special001 .home-notice012 .layout .notice-list ul li:hover a p {
              color: #337ECF; }
    @media (max-width: 960px) {
      .category-special001 .home-notice012 {
        margin-top: 40px; }
        .category-special001 .home-notice012 .layout {
          padding: 0 20px; }
          .category-special001 .home-notice012 .layout .bg .left-bg {
            width: 100%; }
          .category-special001 .home-notice012 .layout .bg .right-bg {
            display: none; }
          .category-special001 .home-notice012 .layout .notice-list {
            padding: 20px; }
            .category-special001 .home-notice012 .layout .notice-list ul {
              margin-top: 10px; }
              .category-special001 .home-notice012 .layout .notice-list ul li {
                width: 100%; } }
  .category-special001 .news-special {
    margin-top: 4rem;
    padding-bottom: 4rem; }
    .category-special001 .news-special .layout h1 {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .category-special001 .news-special .layout .inner-special {
      display: flex;
      margin-right: -2%;
      flex-wrap: wrap;
      position: relative;
      z-index: 1;
      margin-top: 2.2rem; }
      .category-special001 .news-special .layout .inner-special a {
        display: block;
        width: 23%;
        height: 8.95rem;
        overflow: hidden;
        margin-right: 2%;
        margin-bottom: 1.5rem; }
        .category-special001 .news-special .layout .inner-special a img {
          width: 100%;
          height: 100%;
          transition: all 0.5s; }
        .category-special001 .news-special .layout .inner-special a:hover img {
          transform: scale(1.1); }
  .category-special001 .news002-box3 {
    margin-top: 4rem; }
    .category-special001 .news002-box3 .layout {
      position: relative;
      z-index: 1; }
      .category-special001 .news002-box3 .layout h1 {
        display: flex;
        justify-content: space-between;
        align-items: center; }
      .category-special001 .news002-box3 .layout ul {
        margin-top: 2.2rem;
        display: flex;
        flex-wrap: wrap;
        margin-right: -1.3%; }
        .category-special001 .news002-box3 .layout ul li {
          width: 32%;
          margin-right: 1.3%;
          margin-bottom: 1rem; }
          .category-special001 .news002-box3 .layout ul li a {
            width: 100%;
            background: #fff;
            border: 1px solid #e8e8e8;
            box-shadow: 0 0 6px 0 rgba(51, 51, 51, 0.09);
            padding: 1rem;
            box-sizing: border-box;
            overflow: hidden;
            display: flex;
            align-items: center;
            -webkit-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s; }
            .category-special001 .news002-box3 .layout ul li a .img {
              width: 30%;
              margin-right: 0.5rem;
              flex-shrink: 0;
              height: 4rem;
              overflow: hidden; }
              .category-special001 .news002-box3 .layout ul li a .img img {
                width: 100%;
                height: 100%;
                transition: all 0.3s; }
            .category-special001 .news002-box3 .layout ul li a .right-info {
              flex: 1;
              box-sizing: border-box;
              font-size: 0; }
              .category-special001 .news002-box3 .layout ul li a .right-info p {
                color: #333;
                font-size: 0.8rem;
                line-height: 1.2rem;
                max-height: 2.4rem;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                display: -webkit-box;
                height: 2.4rem;
                margin-bottom: 0.5rem; }
              .category-special001 .news002-box3 .layout ul li a .right-info span {
                font-size: 0.7rem;
                color: #999;
                line-height: 1; }
            .category-special001 .news002-box3 .layout ul li a:hover {
              background-color: #004C99; }
              .category-special001 .news002-box3 .layout ul li a:hover .img img {
                transform: scale(1.1); }
              .category-special001 .news002-box3 .layout ul li a:hover .right-info p {
                color: #fff; }
              .category-special001 .news002-box3 .layout ul li a:hover .right-info span {
                color: rgba(255, 255, 255, 0.8); }
    @media (max-width: 960px) {
      .category-special001 .news002-box3 {
        margin-top: 2rem; }
        .category-special001 .news002-box3 .layout {
          padding: 0 20px; }
          .category-special001 .news002-box3 .layout ul {
            margin-top: 20px; }
            .category-special001 .news002-box3 .layout ul li {
              width: 100%; }
              .category-special001 .news002-box3 .layout ul li a .img {
                width: 91px; } }
  .category-special001 .home-news017 {
    padding-top: 4rem;
    position: relative; }
    .category-special001 .home-news017 .left-tit001 a,
    .category-special001 .home-news017 a.more001 i {
      color: #004C99; }
    .category-special001 .home-news017 .layout {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .category-special001 .home-news017 .layout .news-box-item {
        width: 48%;
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        padding: 1.5rem 1rem; }
        .category-special001 .home-news017 .layout .news-box-item h1 {
          display: flex;
          align-items: center;
          justify-content: space-between; }
        .category-special001 .home-news017 .layout .news-box-item a.img {
          display: block;
          width: 100%;
          height: 17.2rem;
          overflow: hidden;
          position: relative;
          margin-top: 1rem;
          display: flex;
          align-items: center;
          justify-content: center;
          background-color: #004C99; }
          .category-special001 .home-news017 .layout .news-box-item a.img > p {
            color: rgba(255, 255, 255, 0.6);
            font-size: 1.2rem; }
          .category-special001 .home-news017 .layout .news-box-item a.img img {
            width: 100%;
            height: 100%;
            transition: all 0.5s; }
          .category-special001 .home-news017 .layout .news-box-item a.img .bottom-mask {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 5rem;
            background-image: linear-gradient(to bottom, transparent, #000);
            box-sizing: border-box;
            padding: 0.8rem 1rem 1rem;
            display: flex; }
            .category-special001 .home-news017 .layout .news-box-item a.img .bottom-mask .time {
              width: 3.05rem;
              height: 3.2rem;
              border-radius: 0.2rem;
              overflow: hidden;
              text-align: center;
              font-family: 微软雅黑, sans-serif;
              font-weight: 400;
              font-style: normal;
              flex-shrink: 0; }
              .category-special001 .home-news017 .layout .news-box-item a.img .bottom-mask .time .year {
                width: 100%;
                height: 1rem;
                background-color: #004C99;
                color: #fff;
                line-height: 1rem;
                font-size: 12px; }
              .category-special001 .home-news017 .layout .news-box-item a.img .bottom-mask .time .day {
                width: 100%;
                background-color: #EEEEEE;
                color: #004C99;
                height: 2.2rem;
                line-height: 2.2rem;
                font-size: 1.2rem; }
            .category-special001 .home-news017 .layout .news-box-item a.img .bottom-mask p {
              color: #fff;
              margin-left: 1rem;
              font-size: 0.9rem;
              line-height: 1.35rem;
              max-height: 2.7rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              margin-bottom: 0; }
          .category-special001 .home-news017 .layout .news-box-item a.img:hover img {
            transform: scale(1.1); }
        .category-special001 .home-news017 .layout .news-box-item ul {
          margin-top: 0.5rem; }
          .category-special001 .home-news017 .layout .news-box-item ul li {
            padding: 0.5rem;
            border-bottom: 1px solid #D7D7D7;
            font-size: 0;
            font-family: 微软雅黑, sans-serif;
            font-weight: 400;
            font-style: normal; }
            .category-special001 .home-news017 .layout .news-box-item ul li span {
              color: #004C99;
              font-size: 0.8rem;
              line-height: 1; }
            .category-special001 .home-news017 .layout .news-box-item ul li a {
              font-size: 0.9rem;
              line-height: 1.35rem;
              max-height: 2.7rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              margin-top: 0.5rem;
              color: #333; }
              .category-special001 .home-news017 .layout .news-box-item ul li a:hover {
                color: #004C99; }
            .category-special001 .home-news017 .layout .news-box-item ul li:last-child {
              border-bottom: none; }
    @media (max-width: 960px) {
      .category-special001 .home-news017 {
        padding-top: 1rem; }
        .category-special001 .home-news017 .layout {
          padding: 0 20px; }
          .category-special001 .home-news017 .layout .news-box-item {
            margin-top: 1rem;
            width: 100%; }
            .category-special001 .home-news017 .layout .news-box-item a.img {
              height: 50vw; } }
  .category-special001 .news002-box4 {
    background: #f5f5f5;
    padding: 4rem 0; }
    .category-special001 .news002-box4 .layout {
      display: flex;
      justify-content: space-between; }
      .category-special001 .news002-box4 .layout .notice-item {
        width: 48%; }
        .category-special001 .news002-box4 .layout .notice-item h1 {
          display: flex;
          align-items: center;
          justify-content: space-between; }
        .category-special001 .news002-box4 .layout .notice-item ul {
          background-color: #fff;
          margin-top: 2rem;
          box-sizing: border-box;
          padding: 1rem 2rem;
          border-top: 3px solid #004C99;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.12); }
          .category-special001 .news002-box4 .layout .notice-item ul li {
            padding: 0.75rem 0;
            border-bottom: 1px solid #ebebeb;
            position: relative; }
            .category-special001 .news002-box4 .layout .notice-item ul li a:before {
              content: "";
              width: 0;
              border-top: 1px solid #004C99;
              position: absolute;
              left: 0;
              bottom: 0;
              transition: all 0.3s; }
            .category-special001 .news002-box4 .layout .notice-item ul li a p {
              font-size: 0.9rem;
              line-height: 1.35rem;
              max-height: 2.7rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              margin-bottom: 0.5rem;
              height: 2.7rem; }
            .category-special001 .news002-box4 .layout .notice-item ul li a span {
              font-size: 0.8rem;
              color: #999;
              line-height: 1;
              display: block; }
            .category-special001 .news002-box4 .layout .notice-item ul li a:hover p {
              color: #004C99; }
            .category-special001 .news002-box4 .layout .notice-item ul li a:hover:before {
              width: 100%; }
    @media (max-width: 960px) {
      .category-special001 .news002-box4 {
        padding: 40px 0; }
        .category-special001 .news002-box4 .layout {
          flex-wrap: wrap;
          padding: 0 20px; }
          .category-special001 .news002-box4 .layout .notice-item {
            width: 100%; }
            .category-special001 .news002-box4 .layout .notice-item + .notice-item {
              margin-top: 20px; }
            .category-special001 .news002-box4 .layout .notice-item ul {
              margin-top: 20px;
              padding: 0 20px; }
              .category-special001 .news002-box4 .layout .notice-item ul li a p {
                line-height: 1.35rem;
                max-height: 2.7rem;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                display: -webkit-box; } }

@media (max-width: 1600px) {
  .category-special001 .news002-box1 .layout .inner-box .left-box .first-news .right-info {
    padding: 1rem; }
    .category-special001 .news002-box1 .layout .inner-box .left-box .first-news .right-info .content {
      margin-bottom: 1.25rem; }
  .category-special001 .news002-box1 .layout .inner-box ul li {
    padding: 0.85rem 0; }
  .category-special001 .home-news015 {
    padding-top: 0; }
  .category-special001 .news-special .layout .inner-special a {
    height: 7.9rem; } }
@media (max-width: 960px) {
  .category-special001 {
    padding-bottom: 40px; }
    .category-special001 .layout {
      width: 100%; }
    .category-special001 .left-tit001,
    .category-special001 .center-tit001 {
      font-size: 18px; }
    .category-special001 .news-special {
      margin-top: 40px;
      padding-bottom: 40px; }
      .category-special001 .news-special .layout {
        padding: 0 20px; }
        .category-special001 .news-special .layout .inner-special {
          margin-right: 0;
          flex-wrap: wrap; }
          .category-special001 .news-special .layout .inner-special a {
            margin-right: 0;
            width: 100%;
            height: 50vw; }
    .category-special001 .home-news013 {
      margin-top: 40px; }
      .category-special001 .home-news013 .layout {
        padding: 0 20px; }
        .category-special001 .home-news013 .layout .inner-news {
          flex-wrap: wrap; }
          .category-special001 .home-news013 .layout .inner-news .left-news {
            width: 100%;
            margin-bottom: 30px; }
            .category-special001 .home-news013 .layout .inner-news .left-news .news-slider {
              margin-bottom: 0; }
              .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .news-item a.img {
                position: static;
                width: 100%;
                height: 50vw; }
              .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info {
                margin-top: 0;
                height: auto;
                padding: 10px 10px 30px; }
                .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .time {
                  margin-bottom: 8px;
                  font-size: 12px; }
                  .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .time .day {
                    font-size: 20px; }
                .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .tit {
                  font-size: 16px; }
                .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .content {
                  font-size: 14px; }
              .category-special001 .home-news013 .layout .inner-news .left-news .news-slider .slick-dots {
                left: 10px;
                right: 10px;
                bottom: 10px;
                width: auto;
                text-align: center; }
          .category-special001 .home-news013 .layout .inner-news .right-news {
            width: 100%; }
            .category-special001 .home-news013 .layout .inner-news .right-news ul li {
              margin-bottom: 10px; }
              .category-special001 .home-news013 .layout .inner-news .right-news ul li a .time {
                font-size: 14px;
                width: 80px; }
                .category-special001 .home-news013 .layout .inner-news .right-news ul li a .time .day {
                  font-size: 24px; }
      .category-special001 .home-news013:after {
        display: none; } }
h2.left-tit {
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  h2.left-tit a.news-type {
    font-size: 1.6rem;
    line-height: 1;
    color: #333; }
  h2.left-tit a.more {
    display: block;
    width: 4.8rem;
    height: 1.6rem;
    line-height: 1;
    border: 1px solid #D7D7D7;
    border-radius: 1000px;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.3s;
    color: #555;
    font-size: 0; }
    h2.left-tit a.more span {
      font-size: 0.7rem;
      display: inline-block;
      transition: transform 0.3s;
      position: relative;
      line-height: 1.6rem; }
    h2.left-tit a.more i {
      font-size: 12px;
      opacity: 0;
      position: absolute;
      transition: transform 0.3s;
      transform: translateX(-10px);
      line-height: 1.6rem; }
    h2.left-tit a.more:hover {
      background-color: #004C99;
      border-color: #004C99;
      color: #fff; }
      h2.left-tit a.more:hover span {
        transform: translateX(-5px); }
      h2.left-tit a.more:hover i {
        opacity: 1;
        transform: translateX(-2px); }

h2.left-tit-tab {
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  h2.left-tit-tab .news-type {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1; }
    h2.left-tit-tab .news-type a {
      color: #555;
      position: relative; }
      h2.left-tit-tab .news-type a:after {
        content: '';
        display: block;
        position: absolute;
        height: 2px;
        bottom: -0.5rem;
        width: 0px;
        background-color: #FFA943;
        transition: all 0.3s; }
      h2.left-tit-tab .news-type a.cur {
        color: #004C99; }
        h2.left-tit-tab .news-type a.cur:after {
          width: 2.8rem; }
    h2.left-tit-tab .news-type .circle {
      display: inline-block;
      height: 0.45rem;
      width: 0.45rem;
      border-radius: 50%;
      background-color: #AAAAAA;
      margin: 0 10px; }
      h2.left-tit-tab .news-type .circle:last-of-type {
        display: none; }
  h2.left-tit-tab a.more {
    display: block;
    width: 4.8rem;
    height: 1.6rem;
    line-height: 1;
    border: 1px solid #D7D7D7;
    border-radius: 1000px;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.3s;
    color: #555;
    font-size: 0;
    background-color: #fff; }
    h2.left-tit-tab a.more span {
      font-size: 0.7rem;
      display: inline-block;
      transition: all 0.3s;
      position: relative;
      line-height: 1.6rem; }
    h2.left-tit-tab a.more i {
      font-size: 12px;
      opacity: 0;
      position: absolute;
      transition: all 0.3s;
      transform: translateX(-10px);
      line-height: 1.6rem; }
    h2.left-tit-tab a.more:hover {
      background-color: #004C99;
      border-color: #004C99;
      color: #fff; }
      h2.left-tit-tab a.more:hover span {
        transform: translateX(-5px); }
      h2.left-tit-tab a.more:hover i {
        opacity: 1;
        transform: translateX(-2px); }

h2.center-tit {
  font-weight: normal;
  text-align: center;
  font-size: 32px;
  line-height: 1; }
  h2.center-tit a {
    color: #333; }

@media (max-width: 960px) {
  h2.center-tit {
    font-size: 20px; } }
.yntszj-category {
  padding-bottom: 5rem;
  position: relative; }
  .yntszj-category .dep-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .yntszj-category .special-intro {
    background-color: #F8F5EB;
    padding: 3rem 0;
    position: relative;
    overflow: hidden;
    box-sizing: border-box; }
    .yntszj-category .special-intro > img {
      opacity: 0.4;
      position: absolute; }
    .yntszj-category .special-intro .intro-bg01 {
      left: 0;
      top: 0; }
    .yntszj-category .special-intro .intro-bg02 {
      right: 0;
      bottom: 0; }
    .yntszj-category .special-intro .inner-dep-intro {
      display: flex;
      justify-content: space-between;
      z-index: 1;
      position: relative; }
      .yntszj-category .special-intro .inner-dep-intro .dep-intro {
        width: 100%; }
        .yntszj-category .special-intro .inner-dep-intro .dep-intro .dep-intro-content {
          font-size: 16px;
          color: #333333;
          line-height: 32px;
          max-height: 192px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 6;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          margin-top: 1rem;
          min-height: 9.8rem; }
        .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more {
          display: block;
          width: 10rem;
          height: 2.5rem;
          border: 1px solid #61A4B4;
          text-align: center;
          line-height: 2.5rem;
          color: #61A4B4;
          font-family: 'Arial Normal', 'Arial', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 16px;
          position: relative;
          left: 50%;
          transform: translateX(-50%);
          margin-top: 3rem; }
          .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more span {
            position: absolute;
            display: block;
            position: absolute;
            width: 0.6rem;
            height: 0.6rem; }
            .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more span:nth-child(1) {
              top: 0;
              left: 0;
              border-top: 3px solid #61A4B4;
              border-left: 3px solid #61A4B4; }
            .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more span:nth-child(2) {
              top: 0;
              right: 0;
              border-top: 3px solid #61A4B4;
              border-right: 3px solid #61A4B4; }
            .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more span:nth-child(3) {
              bottom: 0;
              left: 0;
              border-bottom: 3px solid #61A4B4;
              border-left: 3px solid #61A4B4; }
            .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more span:nth-child(4) {
              bottom: 0;
              right: 0;
              border-right: 3px solid #61A4B4;
              border-bottom: 3px solid #61A4B4; }
          .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more u {
            font-size: 16px;
            display: inline-block;
            transition: all 0.3s;
            position: relative;
            line-height: 2.5rem; }
          .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more i {
            font-size: 22px;
            opacity: 0;
            position: absolute;
            transition: all 0.3s;
            transform: translateX(-10px);
            line-height: 2.5rem; }
          .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more:hover {
            border: 1px solid #337ECF;
            color: #337ECF; }
            .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more:hover span:nth-child(1) {
              border-top-color: #337ECF;
              border-left-color: #337ECF; }
            .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more:hover span:nth-child(2) {
              border-top-color: #337ECF;
              border-right-color: #337ECF; }
            .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more:hover span:nth-child(3) {
              border-bottom-color: #337ECF;
              border-left-color: #337ECF; }
            .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more:hover span:nth-child(4) {
              border-right-color: #337ECF;
              border-bottom-color: #337ECF; }
            .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more:hover u {
              transform: translateX(-10px); }
            .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more:hover i {
              opacity: 1;
              transform: translateX(2px); }
  @media (max-width: 960px) {
    .yntszj-category .special-intro {
      padding: 30px 0; }
      .yntszj-category .special-intro .inner-dep-intro .dep-intro .dep-intro-content {
        font-size: 14px;
        line-height: 24px;
        max-height: 192px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
      .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more {
        margin-top: 25px; } }
  .yntszj-category .ynzj-menu {
    margin-bottom: 4rem; }
    .yntszj-category .ynzj-menu h2.center-tit {
      padding: 3rem 0 1.5rem; }
    .yntszj-category .ynzj-menu .inner-ynzj-menu {
      height: 28.4rem;
      width: 100%;
      display: flex; }
      .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class {
        width: 50%;
        padding: 2rem;
        position: relative;
        box-sizing: border-box; }
        .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class .left-bar {
          width: 2rem;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          border-right: 1px solid #FFFFFF;
          overflow: hidden; }
          .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class .left-bar .left-bar-item {
            width: 100%;
            height: 4.05rem;
            border-bottom: 1px solid #FFFFFF; }
        .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class .menu-class-content {
          height: 100%;
          box-sizing: border-box;
          padding-left: 1.5rem; }
          .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class .menu-class-content h2 {
            font-size: 1.2rem;
            color: #fff;
            font-weight: normal;
            margin-bottom: 2rem; }
          .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class .menu-class-content .menu-class-list {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            align-content: flex-start;
            height: 100%; }
            .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class .menu-class-content .menu-class-list li {
              padding-left: 12px;
              font-size: 14px;
              position: relative;
              box-sizing: border-box;
              width: 7.6rem;
              margin-right: 0.75rem;
              margin-bottom: 1.5rem; }
              .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class .menu-class-content .menu-class-list li a {
                color: #fff; }
              .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class .menu-class-content .menu-class-list li:before {
                content: '';
                display: block;
                height: 14px;
                width: 2px;
                position: absolute;
                left: 0;
                top: 0.1rem;
                background-color: #fff; }
            .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class .menu-class-content .menu-class-list li:hover {
              color: #FFE0CE; }
              .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class .menu-class-content .menu-class-list li:hover a {
                color: #FFE0CE; }
              .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class .menu-class-content .menu-class-list li:hover:before {
                background-color: #FFE0CE; }
        .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class:nth-child(1) {
          background-color: #C69B59; }
        .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class:nth-child(2) {
          background-color: #F8F5EB; }
          .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class:nth-child(2) .menu-class-content h2 {
            color: #555555; }
          .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class:nth-child(2) .menu-class-content .menu-class-list li a {
            color: #555555; }
          .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class:nth-child(2) .menu-class-content .menu-class-list li:before {
            background-color: #C69B59; }
          .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class:nth-child(2) .menu-class-content .menu-class-list li:hover {
            color: #5F929D; }
            .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class:nth-child(2) .menu-class-content .menu-class-list li:hover a {
              color: #5F929D; }
            .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class:nth-child(2) .menu-class-content .menu-class-list li:hover:before {
              background-color: #5F929D; }
          .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class:nth-child(2) .left-bar {
            border-right: 1px solid #DBC19E; }
            .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class:nth-child(2) .left-bar .left-bar-item {
              border-bottom: 1px solid #DBC19E; }
  @media (max-width: 960px) {
    .yntszj-category .ynzj-menu .inner-ynzj-menu {
      height: auto;
      flex-direction: column; }
      .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class {
        width: 100%;
        height: auto; }
        .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class .menu-class-content .menu-class-list {
          flex-direction: row;
          flex-wrap: wrap;
          align-content: flex-start; }
          .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class .menu-class-content .menu-class-list li {
            width: calc(50% - 20px); } }
  .yntszj-category .ynzj-news-list {
    display: flex;
    justify-content: space-between; }
    .yntszj-category .ynzj-news-list .ynzj-news-item {
      height: 12rem;
      width: 19rem;
      background-size: 100%;
      background-position: center;
      transition: all 0.3s; }
      .yntszj-category .ynzj-news-list .ynzj-news-item a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%;
        font-size: 1.6rem;
        color: #fff; }
    .yntszj-category .ynzj-news-list .ynzj-news-item:hover {
      background-size: 110%; }
  @media (max-width: 960px) {
    .yntszj-category .ynzj-news-list {
      flex-direction: column; }
      .yntszj-category .ynzj-news-list .ynzj-news-item {
        width: 100%;
        height: 59.7vw;
        margin-bottom: 10px; } }

.map-search {
  font-size: 0;
  text-align: center; }
  .map-search a {
    width: 5rem;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    display: inline-block;
    font-size: 0.8rem;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    margin-left: 0.4rem;
    margin-right: 0.4rem;
    margin-bottom: 0.5rem; }
    .map-search a:hover {
      background-color: #004C99;
      border-color: #004C99;
      color: #fff; }

.map-box {
  margin-top: 1rem;
  position: relative;
  border: 1px solid #e4e4e4; }
  .map-box .map-search-result {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 2.5rem;
    height: 100%;
    z-index: 2; }
    .map-box .map-search-result .switch {
      width: 2.5rem;
      height: 10rem;
      box-sizing: border-box;
      padding: 0.75rem;
      font-size: 0.8rem;
      line-height: 1.4;
      position: absolute;
      top: 50%;
      margin-top: -5rem;
      left: 0;
      background-color: #004C99;
      color: #fff;
      box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.09);
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
      .map-box .map-search-result .switch:hover {
        background-color: #337ECF; }
      .map-box .map-search-result .switch i {
        margin-top: 0.25rem;
        font-size: 1.2rem;
        opacity: .95; }
    .map-box .map-search-result .result-list {
      height: 100%;
      min-width: 1px;
      overflow-y: auto;
      background-color: #fff; }
  .map-box .position-map {
    height: 35rem; }
    .map-box .position-map img {
      max-width: none !important; }
    .map-box .position-map input {
      box-sizing: border-box;
      padding: 0.15rem;
      height: 1.3rem !important;
      font-size: 0.6rem;
      vertical-align: middle; }
    .map-box .position-map .BMapLib_ap th, .map-box .position-map .BMapLib_ap td {
      padding: 0.15rem; }
    .map-box .position-map #BMapLib_is_remember_phone {
      margin-left: 0.25rem; }
    .map-box .position-map .BMapLib_SearchInfoWindow, .map-box .position-map .position-map .BMapLib_nav_tab_content li {
      font-family: inherit; }
    .map-box .position-map .BMapLib_bubble_title {
      font-weight: bold; }
    .map-box .position-map .BMapLib_bubble_content {
      line-height: 2; }
    .map-box .position-map .BMapLib_trans {
      top: auto !important; }
    .map-box .position-map .BMapLib_sms_declare_phone {
      font-size: 0.6rem; }
  .map-box .map-area-tab {
    position: absolute;
    top: 0.5rem;
    left: 0;
    right: 0;
    text-align: center; }
    .map-box .map-area-tab li {
      display: inline-block;
      width: 3rem;
      height: 3rem;
      line-height: 0.8rem;
      box-sizing: border-box;
      padding: 1em;
      color: #fff;
      font-size: 0.7rem;
      border-radius: 50%;
      background-color: #004C99;
      cursor: pointer;
      transition: background-color .5s;
      -webkit-transition: background-color .5s;
      -moz-transition: background-color .5s;
      -o-transition: background-color .5s;
      vertical-align: middle; }
      .map-box .map-area-tab li.long-name {
        padding: 1em 0.35rem 0; }
      .map-box .map-area-tab li.short-name {
        padding: 0;
        line-height: 3rem; }
      .map-box .map-area-tab li.cur {
        font-weight: 700;
        background-color: #337ECF; }
      .map-box .map-area-tab li:hover {
        background-color: #337ECF; }
      .map-box .map-area-tab li + li {
        margin-left: 0.5rem; }

.eng-map .position-map {
  height: 35rem; }
  .eng-map .position-map h5 {
    line-height: 1.5rem;
    margin-bottom: 0.25rem; }
  .eng-map .position-map p {
    font-size: 0.8rem; }
.eng-map .amap-info-contentContainer {
  position: relative;
  top: -1.5rem; }

.list-xxgk {
  display: flex;
  margin-right: -0.75rem;
  padding-top: 0.5rem;
  flex-wrap: wrap; }
  .list-xxgk li {
    width: 19.5rem;
    height: 4rem;
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1); }
    .list-xxgk li a {
      width: 100%;
      height: 100%;
      background-color: #fff;
      position: relative;
      box-sizing: border-box;
      padding-left: 1.5rem;
      transition: all 0.5s;
      display: flex;
      align-items: center; }
      .list-xxgk li a:before {
        content: "";
        display: block;
        width: 0.2rem;
        height: 50%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-color: #004C99; }
      .list-xxgk li a p {
        color: #004C99;
        font-size: 0.9rem;
        line-height: 20px;
        max-height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        transition: all 0.5s; }
      .list-xxgk li a:hover {
        background-color: #004C99; }
        .list-xxgk li a:hover:before {
          background-color: #fff; }
        .list-xxgk li a:hover p {
          color: #fff; }

@media (max-width: 960px) {
  .list-xxgk {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 0; }
    .list-xxgk li {
      width: 49%;
      margin-right: 0; } }
html, body {
  /* 增加锚点跳转过度效果 */
  scroll-behavior: smooth; }

.show-teacher {
  position: relative; }
  .show-teacher > img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28rem;
    z-index: -1;
    opacity: 0.3; }
  .show-teacher .basic-msg {
    position: relative;
    height: 18rem;
    background-color: #004C99; }
    .show-teacher .basic-msg .bg-left, .show-teacher .basic-msg .bg-right {
      position: absolute; }
    .show-teacher .basic-msg .bg-left {
      height: 60%;
      width: auto;
      left: 0;
      top: 0; }
    .show-teacher .basic-msg .bg-right {
      height: 100%;
      width: auto;
      right: 0;
      bottom: 0; }
    .show-teacher .basic-msg .path {
      padding-top: 1rem;
      z-index: 1;
      position: relative;
      color: #fff; }
      .show-teacher .basic-msg .path span, .show-teacher .basic-msg .path i, .show-teacher .basic-msg .path a {
        color: #fff; }
    .show-teacher .basic-msg .inner-basic-msg {
      margin-top: 2.5rem;
      display: flex;
      position: relative;
      z-index: 1; }
      .show-teacher .basic-msg .inner-basic-msg .doc-header {
        height: 10rem;
        width: 7.5rem;
        margin-right: 2rem;
        flex-shrink: 0; }
        .show-teacher .basic-msg .inner-basic-msg .doc-header img {
          width: 100%;
          height: 100%; }
      .show-teacher .basic-msg .inner-basic-msg .doc-detail {
        position: relative;
        width: 100%; }
        .show-teacher .basic-msg .inner-basic-msg .doc-detail h3 {
          font-size: 1.6rem;
          color: #fff;
          font-weight: normal;
          line-height: 1; }
        .show-teacher .basic-msg .inner-basic-msg .doc-detail .position-box {
          display: flex; }
          .show-teacher .basic-msg .inner-basic-msg .doc-detail .position-box span {
            display: block;
            margin-left: 0.5rem;
            padding: 0 0.5rem;
            border: 1px solid #DCEB91;
            border-radius: 0.25rem;
            height: 1.6rem;
            line-height: 1.6rem;
            font-size: 0.8rem;
            color: #DCEB91;
            box-sizing: border-box;
            margin-top: 1rem; }
          .show-teacher .basic-msg .inner-basic-msg .doc-detail .position-box span:nth-child(1) {
            margin-left: 0; }
        .show-teacher .basic-msg .inner-basic-msg .doc-detail .doc-dec u, .show-teacher .basic-msg .inner-basic-msg .doc-detail .doc-dec span {
          display: inline-block;
          line-height: 1; }
        .show-teacher .basic-msg .inner-basic-msg .doc-detail .doc-dec u {
          font-size: 0.8rem;
          color: rgba(255, 255, 255, 0.6); }
        .show-teacher .basic-msg .inner-basic-msg .doc-detail .doc-dec span {
          color: #fff;
          font-size: 0.8rem; }
          .show-teacher .basic-msg .inner-basic-msg .doc-detail .doc-dec span a {
            color: #fff; }
        .show-teacher .basic-msg .inner-basic-msg .doc-detail .doc-position-depart {
          font-size: 0; }
          .show-teacher .basic-msg .inner-basic-msg .doc-detail .doc-position-depart .doc-dec {
            margin-top: 1.5rem; }
        .show-teacher .basic-msg .inner-basic-msg .doc-detail .show-more {
          display: block;
          height: 1.6rem;
          line-height: 1.6rem;
          background-color: #337ECF;
          padding: 0 0.5rem;
          color: #fff;
          font-size: 0.8rem;
          position: absolute;
          width: auto;
          right: 0;
          top: 0;
          border-radius: 0.25rem;
          transition: all 0.5s; }
          .show-teacher .basic-msg .inner-basic-msg .doc-detail .show-more i {
            color: #fff;
            margin-left: 0.25rem;
            font-size: 0.8rem; }
          .show-teacher .basic-msg .inner-basic-msg .doc-detail .show-more:hover {
            background-color: #337ECF; }
  .show-teacher .main-msg .inner-layout {
    display: flex;
    justify-content: space-between; }
    .show-teacher .main-msg .inner-layout .mobile-left-nav {
      display: none; }
    .show-teacher .main-msg .inner-layout .left-nav {
      width: 8rem;
      height: fit-content;
      position: sticky;
      top: 7.3rem; }
      .show-teacher .main-msg .inner-layout .left-nav a {
        display: block;
        padding: 1rem 0 1rem 0.5rem;
        font-size: 0.8rem;
        line-height: 1;
        color: #333;
        white-space: nowrap;
        border-bottom: 1px solid #e4e4e4;
        position: relative; }
        .show-teacher .main-msg .inner-layout .left-nav a:first-child {
          padding-top: 0; }
          .show-teacher .main-msg .inner-layout .left-nav a:first-child.cur:before {
            top: 0;
            transform: translateY(0); }
        .show-teacher .main-msg .inner-layout .left-nav a:last-child {
          border-bottom: none; }
        .show-teacher .main-msg .inner-layout .left-nav a.cur {
          color: #004C99;
          font-weight: bold; }
          .show-teacher .main-msg .inner-layout .left-nav a.cur:before {
            content: "";
            display: block;
            height: 0.8rem;
            width: 2px;
            background-color: #004C99;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%); }
    .show-teacher .main-msg .inner-layout .info-container {
      width: 48rem; }
      .show-teacher .main-msg .inner-layout .info-container .info-box {
        margin-bottom: 2rem; }
        .show-teacher .main-msg .inner-layout .info-container .info-box .anchor-ele {
          position: relative;
          top: -7.3rem;
          visibility: hidden; }
        .show-teacher .main-msg .inner-layout .info-container .info-box h1.left-tit {
          font-size: 1.2rem;
          line-height: 1;
          color: #004C99;
          margin-bottom: 1rem;
          font-weight: normal; }
        .show-teacher .main-msg .inner-layout .info-container .info-box .info-content {
          overflow: hidden; }
          .show-teacher .main-msg .inner-layout .info-container .info-box .info-content p {
            font-size: 0.8rem;
            line-height: 2;
            color: #333; }

@media (max-width: 960px) {
  .show-teacher {
    padding-top: 60px; }
    .show-teacher .basic-msg .inner-basic-msg .doc-header {
      margin-right: 20px; }
    .show-teacher .main-msg .inner-layout {
      flex-wrap: wrap; }
      .show-teacher .main-msg .inner-layout .left-nav {
        flex-shrink: 0;
        margin-right: 5px;
        top: 70px;
        display: none; }
      .show-teacher .main-msg .inner-layout .info-container {
        width: 100%;
        margin-top: 20px; }
        .show-teacher .main-msg .inner-layout .info-container .info-box .anchor-ele {
          top: -95px; }
      .show-teacher .main-msg .inner-layout .mobile-left-nav {
        width: 100%;
        display: block; }
        .show-teacher .main-msg .inner-layout .mobile-left-nav .left-nav-container {
          display: flex;
          height: 30px;
          align-items: center;
          justify-content: flex-end;
          position: relative;
          cursor: pointer; }
          .show-teacher .main-msg .inner-layout .mobile-left-nav .left-nav-container p {
            font-size: 14px; }
          .show-teacher .main-msg .inner-layout .mobile-left-nav .left-nav-container i {
            font-size: 18px; }
        .show-teacher .main-msg .inner-layout .mobile-left-nav .sub-menu {
          display: none; }
          .show-teacher .main-msg .inner-layout .mobile-left-nav .sub-menu a {
            display: block;
            padding: 1rem 0 1rem 0.5rem;
            font-size: 0.8rem;
            line-height: 1;
            color: #333;
            white-space: nowrap;
            border-bottom: 1px solid #e4e4e4;
            position: relative; }
            .show-teacher .main-msg .inner-layout .mobile-left-nav .sub-menu a:first-child {
              padding-top: 0; }
              .show-teacher .main-msg .inner-layout .mobile-left-nav .sub-menu a:first-child.cur:before {
                top: 0;
                transform: translateY(0); }
            .show-teacher .main-msg .inner-layout .mobile-left-nav .sub-menu a:last-child {
              border-bottom: none; }
            .show-teacher .main-msg .inner-layout .mobile-left-nav .sub-menu a.cur {
              color: #24B1B2;
              font-weight: bold; }
              .show-teacher .main-msg .inner-layout .mobile-left-nav .sub-menu a.cur:before {
                content: "";
                display: block;
                height: 0.8rem;
                width: 2px;
                background-color: #337ECF;
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%); } }
.list-teacher .teacher-search-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d7d7d7; }
  .list-teacher .teacher-search-box h2 {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: normal;
    color: #000; }
  .list-teacher .teacher-search-box .doctor-search form {
    display: flex; }
  .list-teacher .teacher-search-box .doctor-search .doctor-name {
    height: 2rem;
    width: 16rem;
    background-color: inherit;
    border: 1px solid #e4e4e4;
    color: #333;
    padding: 0 2rem 0 0.5rem;
    line-height: 2.4rem;
    transition: all .3s;
    vertical-align: middle;
    border-radius: 0.2rem;
    display: inline-block;
    font-size: 0.8rem;
    background-image: none;
    box-sizing: border-box; }
    .list-teacher .teacher-search-box .doctor-search .doctor-name::placeholder {
      color: #d7d7d7; }
  .list-teacher .teacher-search-box .doctor-search .btn {
    height: 2rem;
    width: 5.2rem;
    margin-left: 0.75rem;
    background-color: #004C99;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.2rem; }
    .list-teacher .teacher-search-box .doctor-search .btn i {
      font-size: 0.9rem;
      margin-right: 0.5rem; }
    .list-teacher .teacher-search-box .doctor-search .btn span {
      font-size: 0.9rem; }
.list-teacher .teacher-list-wrap {
  margin-top: 1rem; }
  .list-teacher .teacher-list-wrap .teacher-list {
    display: flex;
    margin-right: -3rem;
    flex-wrap: wrap; }
    .list-teacher .teacher-list-wrap .teacher-list li {
      width: 7.5rem;
      margin-right: 3rem;
      margin-bottom: 1.5rem;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .list-teacher .teacher-list-wrap .teacher-list li a.img {
        width: 100%;
        height: 10rem;
        overflow: hidden; }
        .list-teacher .teacher-list-wrap .teacher-list li a.img img {
          width: 100%;
          height: 100%;
          transition: all 0.5s; }
        .list-teacher .teacher-list-wrap .teacher-list li a.img:hover img {
          transform: scale(1.1); }
      .list-teacher .teacher-list-wrap .teacher-list li a.name {
        font-size: 0.9rem;
        line-height: 1;
        color: #333;
        margin-top: 1rem; }

@media (max-width: 960px) {
  .list-teacher .teacher-search-box {
    display: flex;
    justify-content: space-between; }
    .list-teacher .teacher-search-box h2 {
      font-size: 18px;
      flex-shrink: 0;
      margin-right: 20px; }
    .list-teacher .teacher-search-box .doctor-search {
      max-width: 360px; }
      .list-teacher .teacher-search-box .doctor-search .doctor-name {
        flex: 1;
        width: auto; }
      .list-teacher .teacher-search-box .doctor-search .btn {
        width: 60px; }
  .list-teacher .teacher-list-wrap .teacher-list {
    margin: 0 -5px 0;
    justify-content: center; }
    .list-teacher .teacher-list-wrap .teacher-list li {
      margin: 0 5px 10px;
      width: 30vw; }
      .list-teacher .teacher-list-wrap .teacher-list li a.img {
        height: 43vw; } }
.category-brief001 a.more-btn {
  margin-top: 3.5rem;
  width: 6.6rem;
  height: 2.05rem;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EABE69; }
  .category-brief001 a.more-btn span {
    font-size: 0.9rem;
    color: #fff;
    line-height: 1; }
  .category-brief001 a.more-btn .circle {
    width: 1.05rem;
    height: 1.05rem;
    border: 1px dashed #fff;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.3rem; }
    .category-brief001 a.more-btn .circle i {
      color: #fff;
      font-size: 12px; }
  .category-brief001 a.more-btn:hover .circle i {
    animation: showArrow 1s; }
.category-brief001 .top-banner {
  background-image: url("../images/363/brief/brief_bg01.jpg");
  background-size: cover;
  height: 23rem;
  width: 100%; }
  .category-brief001 .top-banner .path {
    color: #fff; }
    .category-brief001 .top-banner .path .inner-layout {
      width: 68rem; }
    .category-brief001 .top-banner .path i {
      color: #fff; }
    .category-brief001 .top-banner .path a {
      color: #fff; }
.category-brief001 .hos-brief {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-image: url(../images/363/brief/hos_brief_bg.jpg);
  background-size: cover; }
  .category-brief001 .hos-brief h1 a.tit {
    position: relative; }
    .category-brief001 .hos-brief h1 a.tit:after {
      content: "";
      width: 3rem;
      border-top: 0.2rem solid #DDC996;
      position: absolute;
      left: 50%;
      margin-left: -1.5rem;
      bottom: -1.2rem; }
  .category-brief001 .hos-brief .hos-brief-text {
    width: 69%;
    margin-top: 2.5rem; }
    .category-brief001 .hos-brief .hos-brief-text .hos-brief-text-header {
      display: flex;
      justify-content: space-between; }
      .category-brief001 .hos-brief .hos-brief-text .hos-brief-text-header .tit {
        font-size: 1.5rem; }
      .category-brief001 .hos-brief .hos-brief-text .hos-brief-text-header .x-more {
        display: inline-flex;
        align-items: center; }
        .category-brief001 .hos-brief .hos-brief-text .hos-brief-text-header .x-more .t {
          font-size: 0.9rem; }
        .category-brief001 .hos-brief .hos-brief-text .hos-brief-text-header .x-more .icon {
          width: 2rem;
          height: 2rem;
          border-radius: 50%;
          border: 1px dashed #004C99;
          margin-left: 0.5rem;
          position: relative;
          transition: all 0.4s ease-in-out; }
          .category-brief001 .hos-brief .hos-brief-text .hos-brief-text-header .x-more .icon::before {
            content: '';
            width: 35%;
            height: 2px;
            background-color: #004C99;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
          .category-brief001 .hos-brief .hos-brief-text .hos-brief-text-header .x-more .icon::after {
            content: '';
            width: 2px;
            height: 35%;
            background-color: #004C99;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
        .category-brief001 .hos-brief .hos-brief-text .hos-brief-text-header .x-more:hover .icon {
          transform: rotate(90deg); }
    .category-brief001 .hos-brief .hos-brief-text .hos-brief-text-content {
      text-align: justify;
      margin-top: 1.25rem;
      font-size: 0.9rem; }
      .category-brief001 .hos-brief .hos-brief-text .hos-brief-text-content div {
        color: #333;
        line-height: 1.6; }
  .category-brief001 .hos-brief .hos-brief-list {
    position: relative;
    height: 100%;
    margin-top: 1.5rem; }
    .category-brief001 .hos-brief .hos-brief-list:before {
      content: '';
      padding-top: 28.6%;
      display: block; }
    .category-brief001 .hos-brief .hos-brief-list .item {
      width: calc(100% / 7);
      height: 50%;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: absolute;
      background-size: cover; }
      .category-brief001 .hos-brief .hos-brief-list .item .num-box span.num {
        font-size: 2.3rem;
        font-weight: bold;
        margin-right: 0.5rem;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 1.2; }
      .category-brief001 .hos-brief .hos-brief-list .item p {
        text-align: center;
        display: flex;
        align-items: center;
        min-height: 2.85rem; }
    .category-brief001 .hos-brief .hos-brief-list .item0 {
      left: 0;
      top: 0;
      border: 1px dashed #004098;
      background-color: #fff;
      color: #666; }
    .category-brief001 .hos-brief .hos-brief-list .item1 {
      left: calc(100% / 7);
      top: 0;
      background-color: #aaaaaa;
      color: #fff;
      background-image: url(../images/363/brief/gjzc.jpg); }
    .category-brief001 .hos-brief .hos-brief-list .item2 {
      left: calc(100% / 7 * 2);
      top: 0;
      background-color: #004098;
      color: #fff; }
    .category-brief001 .hos-brief .hos-brief-list .item3 {
      left: calc(100% / 7 * 3);
      top: 0;
      background-color: #aaaaaa;
      color: #fff;
      background-image: url(../images/363/brief/kxdtr.jpg); }
    .category-brief001 .hos-brief .hos-brief-list .item4 {
      left: calc(100% / 7 * 4);
      top: 0;
      background-color: #d4a45f;
      color: #fff; }
    .category-brief001 .hos-brief .hos-brief-list .item5 {
      left: calc(100% / 7 * 5);
      top: 0;
      background-color: #fff;
      color: #666; }
    .category-brief001 .hos-brief .hos-brief-list .item6 {
      left: calc(100% / 7 * 6);
      top: 0;
      background-color: #aaa;
      color: #fff;
      background-image: url(../images/363/brief/whqzd.jpg); }
    .category-brief001 .hos-brief .hos-brief-list .item7 {
      left: calc(100% / 7 * 4);
      top: 50%;
      border: 1px dashed #004098;
      background-color: #fff;
      color: #666; }
    .category-brief001 .hos-brief .hos-brief-list .item8 {
      left: calc(100% / 7 * 5);
      top: 50%;
      background-color: #aaaaaa;
      color: #fff;
      background-image: url(../images/363/brief/bzcw.jpg); }
    .category-brief001 .hos-brief .hos-brief-list .item9 {
      left: calc(100% / 7 * 5);
      top: -50%;
      background-color: #004098;
      color: #fff; }
.category-brief001 .hos-honor {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff;
  position: relative; }
  .category-brief001 .hos-honor > img {
    position: absolute;
    top: 0;
    left: 0; }
  .category-brief001 .hos-honor h1 {
    width: 100%; }
  .category-brief001 .hos-honor .honor-slider {
    margin-top: 1rem;
    padding-bottom: 4rem;
    margin-bottom: 0; }
    .category-brief001 .hos-honor .honor-slider .honor-item {
      width: 15.8rem;
      height: 8.9rem;
      display: block; }
      .category-brief001 .hos-honor .honor-slider .honor-item .img {
        width: 100%;
        height: 100%;
        overflow: hidden; }
        .category-brief001 .hos-honor .honor-slider .honor-item .img img {
          width: 100%;
          height: 100%;
          transition: all 0.3s; }
      .category-brief001 .hos-honor .honor-slider .honor-item:hover {
        border-color: #24B1B2;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
        .category-brief001 .hos-honor .honor-slider .honor-item:hover .img img {
          transform: scale(1.1); }
    .category-brief001 .hos-honor .honor-slider a.tit {
      margin-top: 1rem;
      font-size: 0.8rem;
      line-height: 0.9rem;
      max-height: 0.9rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      text-align: center; }
      .category-brief001 .hos-honor .honor-slider a.tit:hover {
        color: #004C99; }
    .category-brief001 .hos-honor .honor-slider .slick-arrow {
      width: 2rem;
      height: 2rem;
      line-height: 2rem;
      text-align: center;
      box-sizing: border-box;
      border-radius: 50%;
      border: 1px solid #004C99;
      color: #004C99;
      font-size: 0.8rem;
      cursor: pointer;
      position: absolute;
      bottom: 0; }
      .category-brief001 .hos-honor .honor-slider .slick-arrow:before {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #004C99;
        position: absolute;
        left: 0;
        top: 0;
        transform: scale(0);
        transition: transform 0.5s;
        z-index: -1; }
      .category-brief001 .hos-honor .honor-slider .slick-arrow.prev {
        right: 50%;
        transform: translateX(-5px); }
      .category-brief001 .hos-honor .honor-slider .slick-arrow.next {
        left: 50%;
        transform: translateX(5px); }
      .category-brief001 .hos-honor .honor-slider .slick-arrow:hover {
        color: #fff; }
        .category-brief001 .hos-honor .honor-slider .slick-arrow:hover:before {
          transform: scale(1); }
  .category-brief001 .hos-honor .layout {
    position: relative; }
    .category-brief001 .hos-honor .layout .pc-line, .category-brief001 .hos-honor .layout .m-line {
      width: calc((100% - 7.95rem) / 2);
      border-bottom: 1px solid #D7D7D7;
      position: absolute;
      top: -1rem; }
      .category-brief001 .hos-honor .layout .pc-line.prev, .category-brief001 .hos-honor .layout .m-line.prev {
        left: 0; }
      .category-brief001 .hos-honor .layout .pc-line.next, .category-brief001 .hos-honor .layout .m-line.next {
        right: 0; }
    .category-brief001 .hos-honor .layout .m-line {
      display: none; }
.category-brief001 .xkjs {
  padding-bottom: 4rem;
  overflow: hidden; }
  .category-brief001 .xkjs .layout h1 a.tit {
    position: relative; }
    .category-brief001 .xkjs .layout h1 a.tit:after {
      content: "";
      width: 3rem;
      border-top: 0.2rem solid #DDC996;
      position: absolute;
      left: 50%;
      margin-left: -1.5rem;
      bottom: -1.2rem; }
  .category-brief001 .xkjs .layout .subtit {
    font-size: 0.8rem;
    line-height: 1;
    color: #AAAAAA;
    margin: 2.2rem auto 0;
    position: relative;
    padding: 0 1rem;
    width: fit-content; }
    .category-brief001 .xkjs .layout .subtit:before, .category-brief001 .xkjs .layout .subtit:after {
      content: "";
      width: 10rem;
      border-top: 1px solid #AAAAAA;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
    .category-brief001 .xkjs .layout .subtit:before {
      left: -10rem; }
    .category-brief001 .xkjs .layout .subtit:after {
      right: -10rem; }
  .category-brief001 .xkjs .layout ul {
    display: flex;
    flex-wrap: wrap;
    border-left: 1px dashed #C4AF76;
    border-bottom: 1px dashed #C4AF76;
    margin-top: 2rem; }
    .category-brief001 .xkjs .layout ul li {
      width: 20%;
      height: 13.6rem;
      box-sizing: border-box;
      padding: 2rem;
      border-right: 1px dashed #C4AF76;
      border-top: 1px dashed #C4AF76;
      position: relative;
      transition: all 0.3s; }
      .category-brief001 .xkjs .layout ul li .num {
        font-size: 1.6rem;
        line-height: 1;
        color: #337ECF;
        font-weight: bold; }
        .category-brief001 .xkjs .layout ul li .num:after {
          content: "个";
          font-size: 0.8rem;
          font-weight: normal;
          margin-left: 0.2rem; }
      .category-brief001 .xkjs .layout ul li span {
        font-size: 0.8rem;
        line-height: 1.2rem;
        color: #337ECF;
        margin-top: 0.5rem;
        display: inline-block; }
      .category-brief001 .xkjs .layout ul li .svg {
        width: 5rem;
        position: absolute;
        right: 1rem;
        bottom: 1rem;
        transition: all 0.3s; }
        .category-brief001 .xkjs .layout ul li .svg #svg0 .cls-1, .category-brief001 .xkjs .layout ul li .svg #svg0 .cls-3 {
          fill: none; }
        .category-brief001 .xkjs .layout ul li .svg #svg0 .cls-2 {
          clip-path: url(#clip-path); }
        .category-brief001 .xkjs .layout ul li .svg #svg0 .cls-3 {
          stroke: #6f623f;
          stroke-miterlimit: 10; }
        .category-brief001 .xkjs .layout ul li .svg #svg1 .cls-1, .category-brief001 .xkjs .layout ul li .svg #svg1 .cls-4 {
          fill: none; }
        .category-brief001 .xkjs .layout ul li .svg #svg1 .cls-1, .category-brief001 .xkjs .layout ul li .svg #svg1 .cls-3, .category-brief001 .xkjs .layout ul li .svg #svg1 .cls-4 {
          stroke: #6f623f; }
        .category-brief001 .xkjs .layout ul li .svg #svg1 .cls-1, .category-brief001 .xkjs .layout ul li .svg #svg1 .cls-3 {
          stroke-miterlimit: 10; }
        .category-brief001 .xkjs .layout ul li .svg #svg1 .cls-2 {
          fill: url(#未命名的渐变); }
        .category-brief001 .xkjs .layout ul li .svg #svg1 .cls-4 {
          stroke-miterlimit: 10.00046; }
        .category-brief001 .xkjs .layout ul li .svg #svg2 .cls-1, .category-brief001 .xkjs .layout ul li .svg #svg2 .cls-3 {
          fill: none; }
        .category-brief001 .xkjs .layout ul li .svg #svg2 .cls-2 {
          clip-path: url(#clip-path); }
        .category-brief001 .xkjs .layout ul li .svg #svg2 .cls-3 {
          stroke: #6f623f;
          stroke-miterlimit: 10; }
        .category-brief001 .xkjs .layout ul li .svg #svg2 .cls-4 {
          fill: #6f623f; }
        .category-brief001 .xkjs .layout ul li .svg #svg3 .cls-1, .category-brief001 .xkjs .layout ul li .svg #svg3 .cls-4 {
          fill: none; }
        .category-brief001 .xkjs .layout ul li .svg #svg3 .cls-2 {
          clip-path: url(#clip-path); }
        .category-brief001 .xkjs .layout ul li .svg #svg3 .cls-3 {
          fill: #6f623f; }
        .category-brief001 .xkjs .layout ul li .svg #svg3 .cls-4 {
          stroke: #6f623f;
          stroke-miterlimit: 10; }
        .category-brief001 .xkjs .layout ul li .svg #svg4 .cls-1, .category-brief001 .xkjs .layout ul li .svg #svg4 .cls-3 {
          fill: none; }
        .category-brief001 .xkjs .layout ul li .svg #svg4 .cls-2 {
          clip-path: url(#clip-path); }
        .category-brief001 .xkjs .layout ul li .svg #svg4 .cls-3 {
          stroke: #6f623f;
          stroke-miterlimit: 10; }
        .category-brief001 .xkjs .layout ul li .svg #svg5 .cls-1, .category-brief001 .xkjs .layout ul li .svg #svg5 .cls-3, .category-brief001 .xkjs .layout ul li .svg #svg5 .cls-4, .category-brief001 .xkjs .layout ul li .svg #svg5 .cls-5 {
          fill: none; }
        .category-brief001 .xkjs .layout ul li .svg #svg5 .cls-2 {
          clip-path: url(#clip-path); }
        .category-brief001 .xkjs .layout ul li .svg #svg5 .cls-3, .category-brief001 .xkjs .layout ul li .svg #svg5 .cls-4, .category-brief001 .xkjs .layout ul li .svg #svg5 .cls-5 {
          stroke: #6f623f;
          stroke-miterlimit: 10; }
        .category-brief001 .xkjs .layout ul li .svg #svg5 .cls-4, .category-brief001 .xkjs .layout ul li .svg #svg5 .cls-5 {
          isolation: isolate; }
        .category-brief001 .xkjs .layout ul li .svg #svg5 .cls-4 {
          opacity: 0.03; }
        .category-brief001 .xkjs .layout ul li .svg #svg5 .cls-5 {
          opacity: 0.1; }
        .category-brief001 .xkjs .layout ul li .svg #svg6 .cls-1, .category-brief001 .xkjs .layout ul li .svg #svg6 .cls-3 {
          fill: none; }
        .category-brief001 .xkjs .layout ul li .svg #svg6 .cls-2 {
          clip-path: url(#clip-path); }
        .category-brief001 .xkjs .layout ul li .svg #svg6 .cls-3 {
          stroke: #6f623f;
          stroke-miterlimit: 10; }
        .category-brief001 .xkjs .layout ul li .svg #svg7 .cls-1 {
          fill: none;
          stroke: #6f623f;
          stroke-miterlimit: 10; }
        .category-brief001 .xkjs .layout ul li .svg #svg8 .cls-1, .category-brief001 .xkjs .layout ul li .svg #svg8 .cls-3 {
          fill: none; }
        .category-brief001 .xkjs .layout ul li .svg #svg8 .cls-2 {
          clip-path: url(#clip-path); }
        .category-brief001 .xkjs .layout ul li .svg #svg8 .cls-3 {
          stroke: #6f623f;
          stroke-miterlimit: 10; }
        .category-brief001 .xkjs .layout ul li .svg #svg9 .cls-1, .category-brief001 .xkjs .layout ul li .svg #svg9 .cls-4 {
          fill: none; }
        .category-brief001 .xkjs .layout ul li .svg #svg9 .cls-1, .category-brief001 .xkjs .layout ul li .svg #svg9 .cls-3, .category-brief001 .xkjs .layout ul li .svg #svg9 .cls-4 {
          stroke: #6f623f; }
        .category-brief001 .xkjs .layout ul li .svg #svg9 .cls-1, .category-brief001 .xkjs .layout ul li .svg #svg9 .cls-3 {
          stroke-miterlimit: 10; }
        .category-brief001 .xkjs .layout ul li .svg #svg9 .cls-2 {
          fill: url(#未命名的渐变); }
        .category-brief001 .xkjs .layout ul li .svg #svg9 .cls-4 {
          stroke-miterlimit: 10.00046; }
      .category-brief001 .xkjs .layout ul li .circle {
        position: absolute;
        right: 1rem;
        bottom: 1rem;
        width: 1.5rem;
        height: 1.5rem;
        border-radius: 50%;
        box-sizing: border-box;
        border: 1px dashed #fff;
        display: none;
        align-items: center;
        justify-content: center; }
        .category-brief001 .xkjs .layout ul li .circle i {
          font-size: 0.7rem;
          color: #fff; }
        .category-brief001 .xkjs .layout ul li .circle:before, .category-brief001 .xkjs .layout ul li .circle:after {
          content: "";
          position: absolute;
          top: 50%;
          transform: translateY(-50%); }
        .category-brief001 .xkjs .layout ul li .circle:before {
          width: 1.5rem;
          border-top: 1px solid #fff;
          left: -1.5rem; }
        .category-brief001 .xkjs .layout ul li .circle:after {
          width: 0.4rem;
          height: 0.4rem;
          border-radius: 50%;
          background-color: #fff;
          left: -1.9rem; }
      .category-brief001 .xkjs .layout ul li:hover {
        background-color: #337ECF;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
        .category-brief001 .xkjs .layout ul li:hover .num, .category-brief001 .xkjs .layout ul li:hover span {
          color: #fff; }
        .category-brief001 .xkjs .layout ul li:hover .svg {
          transform: scale(1.1); }
          .category-brief001 .xkjs .layout ul li:hover .svg #svg0 .cls-3 {
            stroke: rgba(255, 255, 255, 0.4); }
          .category-brief001 .xkjs .layout ul li:hover .svg #svg1 .cls-1, .category-brief001 .xkjs .layout ul li:hover .svg #svg1 .cls-3, .category-brief001 .xkjs .layout ul li:hover .svg #svg1 .cls-4 {
            stroke: rgba(255, 255, 255, 0.4); }
          .category-brief001 .xkjs .layout ul li:hover .svg #svg1 .cls-3 {
            fill: rgba(255, 255, 255, 0.4); }
          .category-brief001 .xkjs .layout ul li:hover .svg #svg2 .cls-3 {
            stroke: rgba(255, 255, 255, 0.4); }
          .category-brief001 .xkjs .layout ul li:hover .svg #svg2 .cls-4 {
            fill: rgba(255, 255, 255, 0.4); }
          .category-brief001 .xkjs .layout ul li:hover .svg #svg3 .cls-3 {
            fill: rgba(255, 255, 255, 0.4); }
          .category-brief001 .xkjs .layout ul li:hover .svg #svg3 .cls-4 {
            stroke: rgba(255, 255, 255, 0.4); }
          .category-brief001 .xkjs .layout ul li:hover .svg #svg4 .cls-3 {
            stroke: rgba(255, 255, 255, 0.4); }
          .category-brief001 .xkjs .layout ul li:hover .svg #svg5 .cls-3, .category-brief001 .xkjs .layout ul li:hover .svg #svg5 .cls-4, .category-brief001 .xkjs .layout ul li:hover .svg #svg5 .cls-5 {
            stroke: rgba(255, 255, 255, 0.4); }
          .category-brief001 .xkjs .layout ul li:hover .svg #svg6 .cls-3 {
            stroke: rgba(255, 255, 255, 0.4); }
          .category-brief001 .xkjs .layout ul li:hover .svg #svg7 .cls-1 {
            stroke: rgba(255, 255, 255, 0.4); }
          .category-brief001 .xkjs .layout ul li:hover .svg #svg8 .cls-3 {
            stroke: rgba(255, 255, 255, 0.4); }
          .category-brief001 .xkjs .layout ul li:hover .svg #svg9 .cls-1, .category-brief001 .xkjs .layout ul li:hover .svg #svg9 .cls-3, .category-brief001 .xkjs .layout ul li:hover .svg #svg9 .cls-4 {
            stroke: rgba(255, 255, 255, 0.4); }
        .category-brief001 .xkjs .layout ul li:hover .circle {
          display: flex;
          animation: showArrow 0.3s; }
.category-brief001 .tsjs {
  background-color: #F7F0DB;
  background-image: url(../images/gxhospital/brief/tsjs_bg.jpg);
  padding: 3rem 0 4rem;
  overflow: hidden; }
  .category-brief001 .tsjs .layout h1 a.tit {
    position: relative; }
    .category-brief001 .tsjs .layout h1 a.tit:after {
      content: "";
      width: 3rem;
      border-top: 0.2rem solid #DDC996;
      position: absolute;
      left: 50%;
      margin-left: -1.5rem;
      bottom: -1.2rem; }
  .category-brief001 .tsjs .layout .subtit {
    font-size: 0.8rem;
    line-height: 1;
    color: #AAAAAA;
    margin: 2.2rem auto 0;
    position: relative;
    padding: 0 1rem;
    width: fit-content; }
    .category-brief001 .tsjs .layout .subtit:before, .category-brief001 .tsjs .layout .subtit:after {
      content: "";
      width: 10rem;
      border-top: 1px solid #AAAAAA;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
    .category-brief001 .tsjs .layout .subtit:before {
      left: -10rem; }
    .category-brief001 .tsjs .layout .subtit:after {
      right: -10rem; }
  .category-brief001 .tsjs .layout .tsjs-list {
    display: flex;
    justify-content: space-between;
    margin-top: 3.5rem; }
    .category-brief001 .tsjs .layout .tsjs-list .tsjs-item {
      width: 16rem;
      height: 17.7rem;
      box-sizing: border-box;
      padding: 2rem;
      background-color: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.12); }
      .category-brief001 .tsjs .layout .tsjs-list .tsjs-item h2 {
        font-size: 1.4rem;
        line-height: 1.6rem;
        font-weight: normal;
        position: relative; }
        .category-brief001 .tsjs .layout .tsjs-list .tsjs-item h2:after {
          content: "";
          width: 3rem;
          border-top: 0.2rem solid #DDC996;
          position: absolute;
          left: 0;
          bottom: -1.2rem; }
      .category-brief001 .tsjs .layout .tsjs-list .tsjs-item ul {
        margin-top: 3.2rem; }
        .category-brief001 .tsjs .layout .tsjs-list .tsjs-item ul li {
          color: #fff;
          line-height: 1;
          font-size: 0;
          display: flex;
          align-items: center;
          margin-bottom: 1rem; }
          .category-brief001 .tsjs .layout .tsjs-list .tsjs-item ul li p {
            font-size: 0.9rem;
            display: inline-block;
            margin-right: 0.5rem; }
          .category-brief001 .tsjs .layout .tsjs-list .tsjs-item ul li span {
            font-size: 1.6rem;
            position: relative;
            display: inline-block;
            font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
            font-weight: 700;
            font-style: normal; }
            .category-brief001 .tsjs .layout .tsjs-list .tsjs-item ul li span:after {
              content: "项";
              font-size: 0.9rem;
              font-weight: normal;
              margin-left: 0.5rem;
              vertical-align: middle; }
      .category-brief001 .tsjs .layout .tsjs-list .tsjs-item.item0 ul li {
        position: relative; }
        .category-brief001 .tsjs .layout .tsjs-list .tsjs-item.item0 ul li p {
          font-size: 0.9rem;
          line-height: 1.4rem;
          color: #333; }
        .category-brief001 .tsjs .layout .tsjs-list .tsjs-item.item0 ul li span {
          color: #EABE69; }
          .category-brief001 .tsjs .layout .tsjs-list .tsjs-item.item0 ul li span:after {
            color: #333; }
        .category-brief001 .tsjs .layout .tsjs-list .tsjs-item.item0 ul li:nth-child(2) span:after {
          content: '万元'; }
      .category-brief001 .tsjs .layout .tsjs-list .tsjs-item.item1 {
        background-image: url(../images/363/brief/jxjy.jpg);
        background-color: #EABE69;
        margin-top: 3rem; }
      .category-brief001 .tsjs .layout .tsjs-list .tsjs-item.item2 ul li p {
        color: #333; }
      .category-brief001 .tsjs .layout .tsjs-list .tsjs-item.item2 ul li span {
        color: #EABE69; }
        .category-brief001 .tsjs .layout .tsjs-list .tsjs-item.item2 ul li span:after {
          content: "篇";
          color: #333; }
      .category-brief001 .tsjs .layout .tsjs-list .tsjs-item.item3 {
        background-color: #337ECF;
        background-image: url(../images/363/brief/zhuanli.jpg);
        background-position: right bottom;
        background-repeat: no-repeat;
        margin-top: 3rem; }
      .category-brief001 .tsjs .layout .tsjs-list .tsjs-item.item1 h2, .category-brief001 .tsjs .layout .tsjs-list .tsjs-item.item3 h2 {
        color: #fff; }
        .category-brief001 .tsjs .layout .tsjs-list .tsjs-item.item1 h2:after, .category-brief001 .tsjs .layout .tsjs-list .tsjs-item.item3 h2:after {
          border-top-color: #fff; }
.category-brief001 .hos-leader {
  padding-top: 4rem;
  padding-bottom: 6rem;
  position: relative; }
  .category-brief001 .hos-leader > img {
    position: absolute;
    z-index: -1; }
    .category-brief001 .hos-leader > img.rt {
      right: 0;
      top: 0; }
    .category-brief001 .hos-leader > img.lb {
      left: 0;
      bottom: 0; }
  .category-brief001 .hos-leader .doc-swiper {
    margin-top: 1rem;
    padding-bottom: 3rem; }
    .category-brief001 .hos-leader .doc-swiper .doc-slider {
      display: flex; }
      .category-brief001 .hos-leader .doc-swiper .doc-slider .swiper-slide {
        width: 13rem;
        margin: 0 0.375rem;
        flex-shrink: 0; }
      .category-brief001 .hos-leader .doc-swiper .doc-slider a.doc-item {
        display: block;
        width: 100%;
        height: 24rem;
        overflow: hidden;
        box-sizing: border-box;
        border: 1px solid #D7D7D7;
        position: relative;
        background-color: #fff; }
        .category-brief001 .hos-leader .doc-swiper .doc-slider a.doc-item .img {
          width: 100%;
          height: 17.3rem;
          position: relative; }
          .category-brief001 .hos-leader .doc-swiper .doc-slider a.doc-item .img img {
            width: 100%;
            height: 100%; }
        .category-brief001 .hos-leader .doc-swiper .doc-slider a.doc-item .doc-info {
          box-sizing: border-box;
          padding: 0 1rem;
          width: 100%;
          height: 6.7rem;
          position: absolute;
          left: 0;
          bottom: 0;
          text-align: center;
          transition: all 0.5s ease 0s; }
          .category-brief001 .hos-leader .doc-swiper .doc-slider a.doc-item .doc-info .tit {
            margin-top: 1rem;
            font-size: 1rem;
            line-height: 1;
            color: #337ECF; }
          .category-brief001 .hos-leader .doc-swiper .doc-slider a.doc-item .doc-info .protit {
            margin-top: 0.75rem;
            font-size: 0.8rem;
            line-height: 1;
            color: rgba(51, 51, 51, 0.5); }
        .category-brief001 .hos-leader .doc-swiper .doc-slider a.doc-item:hover {
          box-shadow: 0 0 10px rgba(51, 126, 207, 0.4); }
    .category-brief001 .hos-leader .doc-swiper .swiper-button-prev, .category-brief001 .hos-leader .doc-swiper .swiper-button-next {
      background-image: none;
      width: 2rem;
      height: 2rem;
      box-sizing: border-box;
      border: 1px solid #24B1B2;
      bottom: 0;
      border-radius: 50%;
      top: unset; }
      .category-brief001 .hos-leader .doc-swiper .swiper-button-prev:before, .category-brief001 .hos-leader .doc-swiper .swiper-button-next:before {
        color: #24B1B2;
        font-size: 0.8rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .category-brief001 .hos-leader .doc-swiper .swiper-button-prev:hover, .category-brief001 .hos-leader .doc-swiper .swiper-button-next:hover {
        background-color: #24B1B2; }
        .category-brief001 .hos-leader .doc-swiper .swiper-button-prev:hover:before, .category-brief001 .hos-leader .doc-swiper .swiper-button-next:hover:before {
          color: #fff; }
    .category-brief001 .hos-leader .doc-swiper .swiper-button-prev {
      right: calc(50% + 5px);
      left: unset; }
      .category-brief001 .hos-leader .doc-swiper .swiper-button-prev:before {
        content: "\e64e";
        font-family: 'iconfont'; }
    .category-brief001 .hos-leader .doc-swiper .swiper-button-next {
      left: calc(50% + 5px); }
      .category-brief001 .hos-leader .doc-swiper .swiper-button-next:before {
        content: "\e620";
        font-family: 'iconfont'; }
  .category-brief001 .hos-leader .layout {
    position: relative; }
    .category-brief001 .hos-leader .layout .line {
      width: calc((100% - 8rem) / 2);
      border-bottom: 1px solid #E4E4E4;
      position: absolute;
      top: -1rem; }
      .category-brief001 .hos-leader .layout .line.prev {
        left: 0; }
      .category-brief001 .hos-leader .layout .line.next {
        right: 0; }
.category-brief001 .hos-image {
  overflow: hidden; }
  .category-brief001 .hos-image .layout {
    display: flex;
    justify-content: space-between; }
    .category-brief001 .hos-image .layout a.left-img {
      display: block;
      width: 42.2rem;
      height: 23.8rem;
      overflow: hidden;
      position: relative;
      left: -14rem;
      flex-shrink: 0; }
      .category-brief001 .hos-image .layout a.left-img img {
        width: 100%;
        height: 100%;
        transition: all 0.3s; }
      .category-brief001 .hos-image .layout a.left-img:hover img {
        transform: scale(1.1); }
    .category-brief001 .hos-image .layout .right-info {
      width: 37.8rem;
      flex-shrink: 0;
      position: relative;
      left: -12rem; }
      .category-brief001 .hos-image .layout .right-info h1 {
        align-items: flex-start; }
        .category-brief001 .hos-image .layout .right-info h1 a.tit {
          position: relative; }
          .category-brief001 .hos-image .layout .right-info h1 a.tit:before {
            content: "";
            width: 3rem;
            height: 0.2rem;
            background-color: #DDC996;
            position: absolute;
            left: 0;
            bottom: -1.2rem; }
      .category-brief001 .hos-image .layout .right-info .info {
        margin-top: 2.2rem;
        font-size: 0.8rem;
        line-height: 1.6rem;
        text-indent: 2rem;
        color: rgba(51, 51, 51, 0.8); }
      .category-brief001 .hos-image .layout .right-info a.more-btn {
        margin-top: 2rem; }
  .category-brief001 .hos-image.row-reverse .layout {
    flex-direction: row-reverse; }
    .category-brief001 .hos-image.row-reverse .layout a.left-img {
      left: unset;
      right: -14rem; }
    .category-brief001 .hos-image.row-reverse .layout .right-info {
      left: unset;
      right: -12rem; }
      .category-brief001 .hos-image.row-reverse .layout .right-info h1 {
        margin-top: 2rem; }
.category-brief001 .hxjzg {
  position: relative;
  padding-bottom: 4rem; }
  .category-brief001 .hxjzg .img-box {
    position: absolute;
    left: 0;
    width: 100%;
    top: -9.45rem;
    z-index: -1; }
    .category-brief001 .hxjzg .img-box .top-bg {
      width: 100%;
      opacity: 0.3; }
  .category-brief001 .hxjzg > img {
    position: absolute; }
    .category-brief001 .hxjzg > img.rb {
      right: 0;
      bottom: 0;
      width: 100%; }
  .category-brief001 .hxjzg .layout .hxjzg-list a.hxjzg-item {
    display: block;
    width: 11rem;
    height: 29.2rem;
    box-sizing: border-box;
    position: relative;
    padding-left: 2rem; }
    .category-brief001 .hxjzg .layout .hxjzg-list a.hxjzg-item .line-box {
      display: flex;
      flex-direction: row-reverse;
      padding-right: 2rem; }
    .category-brief001 .hxjzg .layout .hxjzg-list a.hxjzg-item .line {
      height: 2.5rem;
      border-left: 1px dashed #fff;
      position: relative;
      width: fit-content;
      transition: all 0.3s; }
      .category-brief001 .hxjzg .layout .hxjzg-list a.hxjzg-item .line:after {
        content: "";
        width: 0.55rem;
        height: 0.55rem;
        border-radius: 50%;
        background-color: #fff;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -0.5rem; }
    .category-brief001 .hxjzg .layout .hxjzg-list a.hxjzg-item h1 {
      font-size: 1.1rem;
      line-height: 1;
      writing-mode: vertical-lr;
      color: #fff;
      position: absolute;
      top: 2rem;
      left: 2rem;
      padding-left: 1.2rem; }
      .category-brief001 .hxjzg .layout .hxjzg-list a.hxjzg-item h1:after {
        content: "";
        height: 3rem;
        border-left: 0.2rem solid #fff;
        position: absolute;
        top: 0;
        left: 0; }
    .category-brief001 .hxjzg .layout .hxjzg-list a.hxjzg-item .info {
      display: none;
      height: 15rem;
      font-size: 0.9rem;
      line-height: 1.6rem;
      color: #fff;
      width: 19.05rem;
      margin-top: 3.7rem; }
      .category-brief001 .hxjzg .layout .hxjzg-list a.hxjzg-item .info .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-color: #34989F; }
      .category-brief001 .hxjzg .layout .hxjzg-list a.hxjzg-item .info .mCSB_scrollTools .mCSB_draggerRail {
        background-color: #1E656A; }
    .category-brief001 .hxjzg .layout .hxjzg-list a.hxjzg-item i {
      font-size: 4rem;
      line-height: 1;
      color: rgba(255, 255, 255, 0.8);
      position: absolute;
      left: 2rem;
      bottom: 2rem;
      transition: all 0.3s; }
    .category-brief001 .hxjzg .layout .hxjzg-list a.hxjzg-item.item0 {
      background-image: url(../images/363/brief/yyyj.jpg); }
    .category-brief001 .hxjzg .layout .hxjzg-list a.hxjzg-item.item1 {
      background-color: #98D4E1; }
    .category-brief001 .hxjzg .layout .hxjzg-list a.hxjzg-item.item2 {
      background-image: url(../images/363/brief/yysm.jpg);
      background-position: right; }
      .category-brief001 .hxjzg .layout .hxjzg-list a.hxjzg-item.item2:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6); }
    .category-brief001 .hxjzg .layout .hxjzg-list a.hxjzg-item.item3 {
      background-image: url(../images/363/brief/fzmb.jpg); }
    .category-brief001 .hxjzg .layout .hxjzg-list a.hxjzg-item.item4 {
      background-color: #36A4AC; }
    .category-brief001 .hxjzg .layout .hxjzg-list a.hxjzg-item + a.hxjzg-item {
      margin-left: 0.485rem; }
    .category-brief001 .hxjzg .layout .hxjzg-list a.hxjzg-item.now {
      width: 22rem; }
      .category-brief001 .hxjzg .layout .hxjzg-list a.hxjzg-item.now .line {
        height: 5.5rem; }
      .category-brief001 .hxjzg .layout .hxjzg-list a.hxjzg-item.now .info {
        display: block; }
      .category-brief001 .hxjzg .layout .hxjzg-list a.hxjzg-item.now i {
        font-size: 7.75rem;
        color: rgba(255, 255, 255, 0.2); }

@media (max-width: 1440px) {
  .category-brief001 .hos-honor .honor-slider .honor-item {
    width: 13.8rem;
    height: 7.75rem; }
  .category-brief001 .xkjs .layout ul li {
    height: 12rem;
    padding: 1.5rem; }
    .category-brief001 .xkjs .layout ul li .svg {
      width: 4.5rem;
      right: 1.5rem;
      bottom: 1.5rem; }
  .category-brief001 .tsjs .layout .tsjs-list .tsjs-item {
    width: 13.95rem;
    height: 15.5rem; }
    .category-brief001 .tsjs .layout .tsjs-list .tsjs-item ul li {
      flex-wrap: wrap; }
  .category-brief001 .hos-image .layout a.left-img {
    width: 38rem; }
  .category-brief001 .hos-image .layout .right-info {
    width: 34rem; }
  .category-brief001 .hxjzg .layout .hxjzg-list a.hxjzg-item {
    width: 9.65rem; }
    .category-brief001 .hxjzg .layout .hxjzg-list a.hxjzg-item .info {
      width: 16.35rem; }
    .category-brief001 .hxjzg .layout .hxjzg-list a.hxjzg-item.now {
      width: 19.3rem; } }
@media (max-width: 1280px) {
  .category-brief001 .hxjzg .layout .hxjzg-list a.hxjzg-item {
    width: 7.65rem; }
    .category-brief001 .hxjzg .layout .hxjzg-list a.hxjzg-item.now {
      width: 15.3rem; } }
@media (max-width: 960px) {
  .category-brief001 {
    overflow: hidden;
    margin-top: 60px; }
    .category-brief001 .top-banner {
      height: 200px; }
    .category-brief001 .hos-brief {
      padding: 40px 0; }
      .category-brief001 .hos-brief .layout {
        margin: 0 20px;
        width: inherit; }
      .category-brief001 .hos-brief .hos-brief-text {
        width: 100%;
        margin-top: 23px; }
        .category-brief001 .hos-brief .hos-brief-text .hos-brief-text-header .tit {
          font-size: 16px; }
        .category-brief001 .hos-brief .hos-brief-text .hos-brief-text-content {
          margin-top: 20px; }
      .category-brief001 .hos-brief .hos-brief-list {
        display: flex;
        flex-wrap: wrap; }
        .category-brief001 .hos-brief .hos-brief-list:before {
          padding-top: 0; }
        .category-brief001 .hos-brief .hos-brief-list .item {
          width: 50%;
          height: 180px;
          position: relative;
          top: 0 !important;
          left: 0 !important; }
    .category-brief001 .hos-honor {
      padding: 40px 20px 40px;
      box-sizing: border-box;
      overflow: hidden; }
      .category-brief001 .hos-honor > img {
        max-width: 100%; }
      .category-brief001 .hos-honor .honor-slider {
        padding-bottom: 50px; }
        .category-brief001 .hos-honor .honor-slider .honor-item {
          width: 43vw;
          height: calc(22vw + 10px); }
      .category-brief001 .hos-honor .inner-layout .pc-line {
        display: none; }
      .category-brief001 .hos-honor .inner-layout .m-line {
        display: block; }
    .category-brief001 .xkjs {
      padding-bottom: 40px; }
      .category-brief001 .xkjs .layout {
        padding: 0 20px; }
        .category-brief001 .xkjs .layout .subtit {
          font-size: 12px;
          text-align: center;
          padding: 0 10px;
          margin-top: 23px; }
        .category-brief001 .xkjs .layout ul {
          margin-top: 20px; }
          .category-brief001 .xkjs .layout ul li {
            width: 50%;
            padding: 20px; }
            .category-brief001 .xkjs .layout ul li .num {
              font-size: 22px; }
            .category-brief001 .xkjs .layout ul li .svg {
              right: 20px;
              bottom: 20px; }
            .category-brief001 .xkjs .layout ul li .circle {
              right: 10px;
              bottom: 10px; }
    .category-brief001 .tsjs {
      padding: 20px 0; }
      .category-brief001 .tsjs .layout {
        padding: 0 20px; }
        .category-brief001 .tsjs .layout .subtit {
          font-size: 12px;
          padding: 0 10px; }
        .category-brief001 .tsjs .layout .tsjs-list {
          flex-wrap: wrap;
          margin-top: 10px; }
          .category-brief001 .tsjs .layout .tsjs-list .tsjs-item {
            width: 100%;
            height: auto;
            margin-top: 10px !important; }
            .category-brief001 .tsjs .layout .tsjs-list .tsjs-item h2 {
              font-size: 18px; }
    .category-brief001 .hos-leader {
      padding: 20px 0; }
      .category-brief001 .hos-leader > img {
        max-width: 100%; }
      .category-brief001 .hos-leader .doc-container {
        padding: 0 5px;
        box-sizing: border-box; }
      .category-brief001 .hos-leader .doc-swiper {
        margin-top: 10px;
        padding-bottom: 44px; }
        .category-brief001 .hos-leader .doc-swiper .doc-slider .swiper-slide {
          margin: 0; }
          .category-brief001 .hos-leader .doc-swiper .doc-slider .swiper-slide .doc-box {
            padding: 0 5px; }
        .category-brief001 .hos-leader .doc-swiper .doc-slider a.doc-item {
          height: auto; }
          .category-brief001 .hos-leader .doc-swiper .doc-slider a.doc-item .img {
            height: 61vw; }
          .category-brief001 .hos-leader .doc-swiper .doc-slider a.doc-item .doc-info {
            position: relative;
            height: auto;
            padding-bottom: 30px; }
            .category-brief001 .hos-leader .doc-swiper .doc-slider a.doc-item .doc-info .tit {
              margin-top: 20px; }
            .category-brief001 .hos-leader .doc-swiper .doc-slider a.doc-item .doc-info .protit {
              margin-top: 10px; }
              .category-brief001 .hos-leader .doc-swiper .doc-slider a.doc-item .doc-info .protit span {
                font-size: 12px; }
            .category-brief001 .hos-leader .doc-swiper .doc-slider a.doc-item .doc-info .depart {
              font-size: 12px;
              margin-top: 10px; }
          .category-brief001 .hos-leader .doc-swiper .doc-slider a.doc-item .doc-info-active {
            display: none; }
    .category-brief001 .hos-image .layout {
      padding: 0 20px;
      flex-wrap: wrap; }
      .category-brief001 .hos-image .layout a.left-img, .category-brief001 .hos-image .layout .right-info {
        width: 100%;
        left: 0; }
      .category-brief001 .hos-image .layout a.left-img {
        height: 180px; }
      .category-brief001 .hos-image .layout .right-info h1 {
        margin-top: 10px; }
      .category-brief001 .hos-image .layout .right-info a.more-btn {
        margin-top: 10px; }
    .category-brief001 .hos-image.row-reverse {
      margin-top: 20px; }
      .category-brief001 .hos-image.row-reverse .layout a.left-img, .category-brief001 .hos-image.row-reverse .layout .right-info {
        right: 0; }
      .category-brief001 .hos-image.row-reverse .layout .right-info h1 {
        margin-top: 10px; }
    .category-brief001 .hxjzg {
      padding: 0 0 40px; }
      .category-brief001 .hxjzg .layout {
        padding: 0 20px; }
        .category-brief001 .hxjzg .layout .hxjzg-list a.hxjzg-item {
          width: 100% !important; }
          .category-brief001 .hxjzg .layout .hxjzg-list a.hxjzg-item + a.hxjzg-item {
            margin-left: 0;
            margin-top: 10px; }
          .category-brief001 .hxjzg .layout .hxjzg-list a.hxjzg-item .line {
            height: 5.5rem; }
          .category-brief001 .hxjzg .layout .hxjzg-list a.hxjzg-item .info {
            display: block;
            width: 100%; }
          .category-brief001 .hxjzg .layout .hxjzg-list a.hxjzg-item i {
            font-size: 7.75rem;
            color: rgba(255, 255, 255, 0.2); } }
.student-department002 {
  padding-bottom: 3.25rem; }
  .student-department002 .layout {
    position: relative;
    z-index: 10; }
    .student-department002 .layout h1.center-tit-line001 a:after {
      background-color: #DFBE4B; }
    .student-department002 .layout h2.title {
      text-align: center;
      font-size: 1.6rem;
      font-weight: normal;
      line-height: 1.6rem;
      margin-bottom: 3rem; }
      .student-department002 .layout h2.title a {
        position: relative; }
        .student-department002 .layout h2.title a::after {
          content: "";
          display: block;
          width: 3.6rem;
          height: 0.2rem;
          background-color: #DFBE4B;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          bottom: -0.7rem; }
    .student-department002 .layout .inner-department {
      display: flex;
      margin-right: -0.75rem;
      padding-top: 2.3rem;
      flex-wrap: wrap; }
      .student-department002 .layout .inner-department li {
        width: 22.15rem;
        height: 4rem;
        margin-right: 0.75rem;
        margin-bottom: 0.75rem;
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1); }
        .student-department002 .layout .inner-department li a {
          width: 100%;
          height: 100%;
          background-color: #fff;
          position: relative;
          box-sizing: border-box;
          padding-left: 1.5rem;
          transition: all 0.5s;
          display: flex;
          align-items: center; }
          .student-department002 .layout .inner-department li a:before {
            content: "";
            display: block;
            width: 0.2rem;
            height: 50%;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            background-color: #004C99; }
          .student-department002 .layout .inner-department li a p {
            color: #004C99;
            font-size: 0.9rem;
            line-height: 20px;
            max-height: 40px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            transition: all 0.5s; }
          .student-department002 .layout .inner-department li a:hover {
            background-color: #004C99; }
            .student-department002 .layout .inner-department li a:hover:before {
              background-color: #fff; }
            .student-department002 .layout .inner-department li a:hover p {
              color: #fff; }

@media (max-width: 1440px) {
  .student-department002 .layout .inner-department li {
    width: 19.5rem; } }
@media (max-width: 960px) {
  .student-department002 {
    padding-bottom: 40px; }
    .student-department002 .layout {
      box-sizing: border-box;
      padding: 0 20px; }
      .student-department002 .layout h2.title {
        font-size: 20px;
        line-height: 1; }
        .student-department002 .layout h2.title:after {
          width: 32px;
          height: 2px; }
      .student-department002 .layout .inner-department {
        flex-wrap: wrap;
        justify-content: space-between;
        margin-right: 0;
        padding-top: 23px; }
        .student-department002 .layout .inner-department li {
          width: 49%;
          margin-right: 0; } }
.inner-news-whzk {
  margin-top: 2.5rem; }
  .inner-news-whzk .dep-content .anchor-ele {
    position: relative;
    top: -7.3rem;
    visibility: hidden; }
  .inner-news-whzk .dep-content h2 {
    display: flex;
    justify-content: center;
    font-weight: normal;
    position: relative;
    font-size: 0;
    overflow: hidden;
    margin-bottom: 1.5rem; }
    .inner-news-whzk .dep-content h2 .tit-box {
      padding: 0 0.3rem;
      position: relative;
      text-align: center;
      display: flex;
      align-items: center; }
      .inner-news-whzk .dep-content h2 .tit-box i {
        display: block;
        width: 0.45rem;
        height: 0.45rem;
        box-sizing: border-box;
        background-color: #004C99;
        border: 1px solid #fff;
        outline: 1px solid #004C99;
        transform: rotate(45deg); }
      .inner-news-whzk .dep-content h2 .tit-box span {
        font-size: 1rem;
        line-height: 1;
        color: #000000;
        margin: 0 0.6rem; }
      .inner-news-whzk .dep-content h2 .tit-box:before, .inner-news-whzk .dep-content h2 .tit-box:after {
        position: absolute;
        top: 50%;
        content: "";
        display: block;
        width: 100vw;
        height: 1px;
        background-color: #004C99; }
      .inner-news-whzk .dep-content h2 .tit-box:before {
        left: -100vw; }
      .inner-news-whzk .dep-content h2 .tit-box:after {
        right: -100vw; }
  .inner-news-whzk .dep-content ul {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.8rem; }
    .inner-news-whzk .dep-content ul li {
      margin-right: 0.8rem;
      width: 14.4rem;
      height: 2.8rem;
      border-radius: 0.2rem;
      box-sizing: border-box;
      border: 1px solid #E4E4E4;
      margin-bottom: 0.8rem;
      transition: all 0.5s; }
      .inner-news-whzk .dep-content ul li a {
        display: block;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 0 1rem; }
        .inner-news-whzk .dep-content ul li a p {
          color: #333;
          font-size: 0.8rem;
          line-height: 2.8rem;
          max-height: 2.8rem;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          transition: all 0.5s; }
      .inner-news-whzk .dep-content ul li:hover {
        border-color: #337ECF; }
        .inner-news-whzk .dep-content ul li:hover a p {
          color: #337ECF; }
  .inner-news-whzk .dep-content + .dep-content {
    margin-top: 2.2rem; }

@media (max-width: 1200px) {
  .inner-news-whzk .dep-content ul li a p {
    line-height: 42px;
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box; } }
@media (max-width: 960px) {
  .inner-news-whzk .dep-content ul {
    margin-right: 0;
    justify-content: space-between; }
    .inner-news-whzk .dep-content ul li {
      width: 49%;
      margin-right: 0; } }
.home-banner001 {
  width: 100%;
  height: calc(100vh - 7rem);
  position: relative;
  overflow: hidden;
  margin-top: 2rem; }
  .home-banner001:after {
    content: "";
    width: 100%;
    height: 12rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6)); }
  .home-banner001 .banner-slick {
    width: 100%;
    height: calc(100vh - 7rem);
    margin-bottom: 0;
    position: relative; }
    .home-banner001 .banner-slick .index-slider-item {
      display: block;
      height: calc(100vh - 7rem);
      width: 100%;
      background-size: cover;
      background-position: center; }
      .home-banner001 .banner-slick .index-slider-item .bgc {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -webkit-transition: all 3s cubic-bezier(0.1, 0, 0.3, 1);
        transition: all 3s cubic-bezier(0.1, 0, 0.3, 1);
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2); }
      .home-banner001 .banner-slick .index-slider-item .layout {
        position: relative;
        height: calc(100vh - 7rem); }
        .home-banner001 .banner-slick .index-slider-item .layout div.slide-txt {
          position: absolute;
          overflow: hidden;
          display: flex;
          align-items: center; }
          .home-banner001 .banner-slick .index-slider-item .layout div.slide-txt img {
            transition: all 1s ease-out 0.3s;
            opacity: 0;
            max-width: 100vw;
            max-height: 100%; }
          .home-banner001 .banner-slick .index-slider-item .layout div.slide-txt.slide-txt-left {
            left: 0;
            top: 50%;
            transform: translateY(-50%); }
          .home-banner001 .banner-slick .index-slider-item .layout div.slide-txt.slide-txt-right {
            right: 0;
            top: 50%;
            transform: translateY(-50%); }
          .home-banner001 .banner-slick .index-slider-item .layout div.slide-txt.slide-txt-top {
            top: 0;
            left: 50%;
            transform: translateX(-50%); }
          .home-banner001 .banner-slick .index-slider-item .layout div.slide-txt.slide-txt-bottom {
            bottom: 0;
            left: 50%;
            transform: translateX(-50%); }
          .home-banner001 .banner-slick .index-slider-item .layout div.slide-txt.slide-txt-center {
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%); }
    .home-banner001 .banner-slick .slick-current .index-slider-item .bgc {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1); }
    .home-banner001 .banner-slick .slick-current .index-slider-item div.slide-txt img {
      transform: translate(0, 0);
      opacity: 1; }
    .home-banner001 .banner-slick .slick-dots {
      bottom: 4.6rem;
      right: calc(50vw - 680px + 52px);
      width: auto;
      z-index: 2;
      font-size: 0; }
      .home-banner001 .banner-slick .slick-dots li {
        width: 0.8rem;
        height: 0.8rem;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.6);
        margin: 0 0.6rem; }
        .home-banner001 .banner-slick .slick-dots li.slick-active {
          background-color: #fff; }
        .home-banner001 .banner-slick .slick-dots li button {
          display: none; }
    .home-banner001 .banner-slick .slick-arrow {
      position: absolute;
      top: 50%;
      margin-top: -1.5rem;
      width: 3rem;
      height: 3rem;
      border-radius: 50%;
      background-color: rgba(0, 0, 0, 0.29);
      text-align: center;
      line-height: 3rem;
      font-size: 1.65rem;
      color: #fff;
      z-index: 1;
      cursor: pointer; }
      .home-banner001 .banner-slick .slick-arrow.prev {
        left: calc(50% - 740px); }
      .home-banner001 .banner-slick .slick-arrow.next {
        right: calc(50% - 740px); }
  .home-banner001 .toggle-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    position: absolute;
    bottom: 4rem;
    right: calc(50vw - 680px);
    background-color: #fff;
    cursor: pointer;
    z-index: 2; }
    .home-banner001 .toggle-btn #my-canvas,
    .home-banner001 .toggle-btn #m-canvas {
      position: absolute;
      left: 0;
      top: 0; }
    .home-banner001 .toggle-btn i {
      font-size: 1rem;
      line-height: 1;
      color: #5C5C66; }
      .home-banner001 .toggle-btn i.play {
        display: none;
        margin-left: 2px; }
    .home-banner001 .toggle-btn.pause i.pause {
      display: none; }
    .home-banner001 .toggle-btn.pause i.play {
      display: inline-block; }
    .home-banner001 .toggle-btn.m-btn {
      display: none; }

.home-banner001.version-header {
  margin-top: 2rem; }
  @media (max-width: 960px) {
    .home-banner001.version-header {
      margin-top: 10px; } }

@media (max-width: 1440px) {
  .home-banner001 .banner-slick .slick-dots {
    right: calc(50vw - 27.4rem); }
  .home-banner001 .toggle-btn {
    right: calc(50vw - 30rem); } }
@media (max-width: 960px) {
  .home-banner001 {
    height: 60vw;
    margin-top: 14px; }
    .home-banner001:after {
      height: 80px; }
    .home-banner001 .banner-slick {
      height: 60vw; }
      .home-banner001 .banner-slick .index-slider-item {
        height: 60vw; }
      .home-banner001 .banner-slick .slick-dots {
        right: 56px;
        bottom: 59px; }
        .home-banner001 .banner-slick .slick-dots li {
          width: 10px;
          height: 10px; }
    .home-banner001 .toggle-btn {
      width: 25px;
      height: 25px;
      line-height: 22px;
      right: 20px;
      bottom: 53px; }
      .home-banner001 .toggle-btn i {
        font-size: 12px; }
      .home-banner001 .toggle-btn.pc-btn {
        display: none; }
      .home-banner001 .toggle-btn.m-btn {
        display: block; } }
.home-search001 .layout {
  position: relative; }
.home-search001 .inner-search {
  position: absolute;
  left: 0;
  top: -2.5rem;
  height: 5rem;
  width: 100%;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  padding: 1.75rem 3rem;
  box-sizing: border-box;
  z-index: 1;
  overflow: hidden; }
  .home-search001 .inner-search .change-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
    .home-search001 .inner-search .change-wrap .keyword {
      width: 57.5rem;
      height: 1.5rem;
      border: none;
      font-size: 0.9rem;
      color: #333;
      padding: 0; }
      .home-search001 .inner-search .change-wrap .keyword::placeholder {
        color: #AAAAAA;
        transition: color 0.5s; }
    .home-search001 .inner-search .change-wrap .keyword:focus::placeholder {
      color: transparent; }
    .home-search001 .inner-search .change-wrap .keyword:focus + span {
      animation: popFadeIn 1s;
      display: block; }
    .home-search001 .inner-search .change-wrap > span {
      display: none;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 57.5rem;
      height: 1px;
      background-color: #AAAAAA; }
    .home-search001 .inner-search .change-wrap .search-submit {
      font-size: 0;
      position: relative;
      background-color: transparent; }
      .home-search001 .inner-search .change-wrap .search-submit i {
        position: relative;
        z-index: 1;
        font-size: 1.5rem;
        color: #004C99; }

@media (max-width: 1440px) {
  .home-search001 .inner-search .change-wrap .keyword,
  .home-search001 .inner-search .change-wrap > span {
    width: 47.5rem; } }
@media (max-width: 960px) {
  .home-search001 .inner-search {
    padding: 13px 20px;
    height: 50px;
    width: calc(100% - 40px);
    left: 20px;
    top: -25px; }
    .home-search001 .inner-search:after {
      display: none; }
    .home-search001 .inner-search .change-wrap .keyword {
      width: calc(100% - 100px);
      font-size: 12px; }
    .home-search001 .inner-search .change-wrap > span {
      width: calc(100% - 100px); }
    .home-search001 .inner-search .change-wrap .search-submit i {
      font-size: 24px; } }
.home-department001 {
  margin-top: 4rem; }
  .home-department001 .layout {
    padding: 3rem 3rem 0;
    position: relative; }
    .home-department001 .layout .bg {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      height: 18rem;
      background-image: url(../images/363/home/dep_bg.jpg);
      background-size: cover; }
      .home-department001 .layout .bg:before {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        left: 0;
        top: 0; }
    .home-department001 .layout h1 {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .home-department001 .layout h1 a.more001 {
        position: relative; }
    .home-department001 .layout .inner-department {
      background-color: #337ECF;
      padding: 2rem;
      box-sizing: border-box;
      margin-top: 2.3rem;
      position: relative; }
      .home-department001 .layout .inner-department .tab-tit-box {
        display: flex;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        justify-content: center; }
        .home-department001 .layout .inner-department .tab-tit-box .tab-tit {
          border-bottom: 2px solid transparent;
          position: relative; }
          .home-department001 .layout .inner-department .tab-tit-box .tab-tit a {
            padding: 0 1rem 0.9rem;
            color: #fff;
            font-size: 1.2rem;
            display: block; }
          .home-department001 .layout .inner-department .tab-tit-box .tab-tit:after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            width: 0;
            height: 0;
            border: 9px solid transparent;
            border-bottom: 7px solid #fff;
            font-size: 0;
            display: none; }
          .home-department001 .layout .inner-department .tab-tit-box .tab-tit.cur {
            border-bottom-color: #fff; }
            .home-department001 .layout .inner-department .tab-tit-box .tab-tit.cur:after {
              display: block; }
      .home-department001 .layout .inner-department .tab-pannel-wrap {
        margin-top: 1.5rem; }
        .home-department001 .layout .inner-department .tab-pannel-wrap .tab-pannel ul {
          display: flex;
          flex-wrap: wrap;
          margin: 0 -0.5rem; }
          .home-department001 .layout .inner-department .tab-pannel-wrap .tab-pannel ul li {
            width: 13.75rem;
            height: 2.2rem;
            margin: 0 0.5rem 1rem; }
            .home-department001 .layout .inner-department .tab-pannel-wrap .tab-pannel ul li a {
              width: 100%;
              height: 100%;
              border-radius: 4px;
              border: 1px solid rgba(255, 255, 255, 0.3);
              box-sizing: border-box;
              padding: 0 1rem;
              display: flex;
              align-items: center; }
              .home-department001 .layout .inner-department .tab-pannel-wrap .tab-pannel ul li a p {
                font-size: 0.9rem;
                color: #fff;
                line-height: 0.9rem;
                max-height: 0.9rem;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                display: -webkit-box; }
              .home-department001 .layout .inner-department .tab-pannel-wrap .tab-pannel ul li a:hover {
                background-color: rgba(255, 255, 255, 0.2); }

@media (max-width: 1440px) {
  .home-department001 .layout .inner-department .tab-pannel-wrap .tab-pannel ul li {
    width: 11.75rem; } }
@media (max-width: 960px) {
  .home-department001 {
    margin-top: 40px; }
    .home-department001 .layout {
      padding: 40px 20px 0; }
      .home-department001 .layout .inner-department {
        margin-top: 23px;
        padding: 20px; }
        .home-department001 .layout .inner-department .tab-tit-box {
          flex-wrap: wrap; }
          .home-department001 .layout .inner-department .tab-tit-box .tab-tit {
            margin-top: 5px; }
            .home-department001 .layout .inner-department .tab-tit-box .tab-tit a {
              font-size: 16px;
              padding: 0 5px 10px; }
        .home-department001 .layout .inner-department .tab-pannel-wrap .tab-pannel ul {
          margin: 0;
          justify-content: space-between; }
          .home-department001 .layout .inner-department .tab-pannel-wrap .tab-pannel ul li {
            width: 48%;
            margin: 0 0 20px; } }
h1.center-tit-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: normal;
  position: relative;
  z-index: 1; }
  h1.center-tit-more a.tit {
    font-size: 2rem;
    line-height: 1;
    color: #333333; }
    h1.center-tit-more a.tit span {
      color: #004C99; }
  h1.center-tit-more a.more {
    margin-top: 1rem;
    display: flex;
    align-items: center; }
    h1.center-tit-more a.more span {
      font-size: 0.9rem;
      color: #7F7F7F;
      line-height: 1; }
    h1.center-tit-more a.more .circle {
      width: 1.5rem;
      height: 1.5rem;
      border: 1px dashed #337ECF;
      border-radius: 50%;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 0.5rem; }
      h1.center-tit-more a.more .circle i {
        color: #337ECF;
        font-size: 1rem; }
    h1.center-tit-more a.more:hover .circle i {
      animation: showArrow 1s; }
  h1.center-tit-more a.more001 {
    margin-top: 2.3rem; }

.left-tit001 {
  font-size: 2rem;
  line-height: 1;
  position: relative;
  font-weight: normal; }
  .left-tit001 a {
    color: #333333; }
  .left-tit001.line:after {
    content: "";
    position: absolute;
    left: 0;
    width: 3rem;
    border-top: 6px solid #D4C89F;
    bottom: -1.3rem; }
  .left-tit001.white {
    color: #fff; }
    .left-tit001.white a {
      color: #fff; }
    .left-tit001.white:after {
      border-top-color: #fff; }

.center-tit001 {
  font-size: 2rem;
  line-height: 1;
  position: relative;
  font-weight: normal;
  text-align: center; }
  .center-tit001 a {
    color: #333333; }
  .center-tit001.line:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 3rem;
    border-top: 6px solid #D4C89F;
    bottom: -1.3rem; }
  .center-tit001.white {
    color: #fff; }
    .center-tit001.white a {
      color: #fff; }
    .center-tit001.white.line:after {
      border-top-color: #fff; }

h1.center-tit {
  text-align: center;
  font-weight: normal;
  font-size: 0; }
  h1.center-tit a.tit {
    font-size: 2rem;
    line-height: 1;
    color: #333333;
    position: relative; }
    h1.center-tit a.tit span {
      color: #004C99; }
    h1.center-tit a.tit:after {
      content: "";
      width: 3rem;
      border-top: 6px solid #D4C89F;
      bottom: -1.3rem;
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }

a.more001 {
  display: flex;
  align-items: center;
  font-weight: normal; }
  a.more001 span {
    font-size: 0.9rem;
    color: #7F7F7F;
    line-height: 1; }
  a.more001 .circle {
    width: 1.5rem;
    height: 1.5rem;
    border: 1px dashed #337ECF;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.5rem; }
    a.more001 .circle i {
      color: #337ECF;
      font-size: 1rem; }
  a.more001:hover .circle i {
    animation: showArrow 1s; }
  a.more001.white span {
    color: #fff; }
  a.more001.white .circle {
    border-color: #fff; }
    a.more001.white .circle i {
      color: #fff; }

.home-service001 {
  padding-top: 6.5rem;
  padding-bottom: 4rem;
  background-color: #E9F1F2;
  position: relative;
  overflow-x: hidden;
  background-image: url(../images/363/home/hzfw.jpg);
  background-size: cover; }
  .home-service001 > img {
    position: absolute; }
    .home-service001 > img.lb {
      left: 0;
      bottom: 0;
      width: 48rem; }
    .home-service001 > img.rt {
      right: 0;
      top: 0;
      width: 36rem;
      transform: rotateX(180deg); }
  .home-service001 .column-content {
    margin-top: 0.5rem;
    position: relative; }
    .home-service001 .column-content > img {
      position: absolute;
      bottom: 3rem;
      right: -14rem; }
    .home-service001 .column-content .column-list {
      display: flex; }
      .home-service001 .column-content .column-list .column-item {
        display: block;
        box-sizing: border-box;
        padding: 2rem;
        position: relative;
        width: 13.6rem;
        height: 11rem; }
        .home-service001 .column-content .column-list .column-item h2 {
          font-weight: normal;
          font-size: 1.2rem;
          line-height: 1;
          color: #fff;
          position: relative; }
          .home-service001 .column-content .column-list .column-item h2:after {
            content: "";
            width: 2.4rem;
            height: 0.1rem;
            background-color: #fff;
            position: absolute;
            left: 0;
            bottom: -1.1rem;
            transition: all 0.3s; }
        .home-service001 .column-content .column-list .column-item .svg {
          width: 4rem;
          height: 4rem;
          position: absolute;
          right: 2rem;
          bottom: 2rem; }
          .home-service001 .column-content .column-list .column-item .svg #svg21 .st0 {
            opacity: 0.4;
            fill: #FFFFFF;
            enable-background: new; }
          .home-service001 .column-content .column-list .column-item .svg #svg21 .st1 {
            fill: #FFFFFF; }
          .home-service001 .column-content .column-list .column-item .svg #svg21 .st2 {
            fill: #FFFFFF;
            stroke: #000000;
            stroke-width: 3.9025;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-miterlimit: 10; }
          .home-service001 .column-content .column-list .column-item .svg #svg22 .st0 {
            opacity: 0.4;
            fill: #C8BEA2;
            enable-background: new; }
          .home-service001 .column-content .column-list .column-item .svg #svg22 .st1 {
            fill: #C8BEA2; }
          .home-service001 .column-content .column-list .column-item .svg #svg23 .cls-1, .home-service001 .column-content .column-list .column-item .svg #svg23 .cls-3 {
            fill: none;
            stroke: #fff;
            stroke-miterlimit: 10;
            stroke-width: 3px; }
          .home-service001 .column-content .column-list .column-item .svg #svg23 .cls-1 {
            stroke-linecap: round; }
          .home-service001 .column-content .column-list .column-item .svg #svg23 .cls-2 {
            opacity: 0.4;
            fill: #fff; }
          .home-service001 .column-content .column-list .column-item .svg #svg24 .st0 {
            opacity: 0.4;
            fill: #FFFFFF;
            enable-background: new; }
          .home-service001 .column-content .column-list .column-item .svg #svg24 .st1 {
            fill: #FFFFFF; }
          .home-service001 .column-content .column-list .column-item .svg #svg25 .st0 {
            opacity: 0.4;
            fill: #FFFFFF;
            enable-background: new; }
          .home-service001 .column-content .column-list .column-item .svg #svg25 .st1 {
            fill: #FFFFFF; }
          .home-service001 .column-content .column-list .column-item .svg #svg26 .st0 {
            opacity: 0.4;
            fill: #C8BEA2; }
          .home-service001 .column-content .column-list .column-item .svg #svg26 .st1 {
            fill: #C8BEA2; }
          .home-service001 .column-content .column-list .column-item .svg #svg27 .st0 {
            opacity: 0.4;
            fill: #FFFFFF;
            enable-background: new; }
          .home-service001 .column-content .column-list .column-item .svg #svg27 .st1 {
            fill: #FFFFFF; }
        .home-service001 .column-content .column-list .column-item:hover h2:after {
          width: 2.9rem; }
        .home-service001 .column-content .column-list .column-item.item0 {
          background-color: #004C99;
          background-image: url(../images/363/home/yygh.jpg); }
        .home-service001 .column-content .column-list .column-item.item1, .home-service001 .column-content .column-list .column-item.item6 {
          background-color: #FFFFFF; }
          .home-service001 .column-content .column-list .column-item.item1 h2, .home-service001 .column-content .column-list .column-item.item6 h2 {
            color: #333333; }
            .home-service001 .column-content .column-list .column-item.item1 h2:after, .home-service001 .column-content .column-list .column-item.item6 h2:after {
              background-color: #C8BEA2; }
        .home-service001 .column-content .column-list .column-item.item2 {
          background-image: url(../images/363/home/ylbx.jpg); }
          .home-service001 .column-content .column-list .column-item.item2:before {
            content: "";
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            position: absolute;
            left: 0;
            top: 0; }
        .home-service001 .column-content .column-list .column-item.item2 h2, .home-service001 .column-content .column-list .column-item.item3 h2, .home-service001 .column-content .column-list .column-item.item5 h2, .home-service001 .column-content .column-list .column-item.item7 h2 {
          color: #fff; }
          .home-service001 .column-content .column-list .column-item.item2 h2:after, .home-service001 .column-content .column-list .column-item.item3 h2:after, .home-service001 .column-content .column-list .column-item.item5 h2:after, .home-service001 .column-content .column-list .column-item.item7 h2:after {
            background-color: #fff; }
        .home-service001 .column-content .column-list .column-item.item3 {
          background-color: #337ECF; }
        .home-service001 .column-content .column-list .column-item.item5 {
          background-color: #EABE69; }
        .home-service001 .column-content .column-list .column-item.item7 {
          background-color: #24B1B2;
          background-image: url(../images/363/home/jtdh.jpg); }
    .home-service001 .column-content .dep-column {
      display: flex; }
      .home-service001 .column-content .dep-column .dep-content {
        width: 27.2rem;
        height: 22rem;
        background-image: url(../images/363/home/dep_bg.jpg);
        background-position: center;
        box-sizing: border-box;
        padding: 2rem;
        position: relative; }
        .home-service001 .column-content .dep-column .dep-content:before {
          content: "";
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.5);
          position: absolute;
          top: 0;
          left: 0; }
        .home-service001 .column-content .dep-column .dep-content h2 {
          font-weight: normal;
          position: relative; }
          .home-service001 .column-content .dep-column .dep-content h2 a.tit {
            color: #fff;
            font-size: 1.6rem;
            line-height: 1;
            display: block; }
          .home-service001 .column-content .dep-column .dep-content h2 span {
            margin-top: 1rem;
            font-size: 0.7rem;
            display: block;
            line-height: 1;
            color: rgba(255, 255, 255, 0.8); }
        .home-service001 .column-content .dep-column .dep-content ul {
          margin-top: 2rem;
          position: relative; }
          .home-service001 .column-content .dep-column .dep-content ul li {
            margin-bottom: 1rem; }
            .home-service001 .column-content .dep-column .dep-content ul li a {
              display: flex;
              width: 11rem;
              height: 2.5rem;
              align-items: center;
              box-sizing: border-box;
              padding-left: 0.5rem;
              background-color: rgba(0, 0, 0, 0.5);
              border-radius: 8px;
              color: #fff; }
              .home-service001 .column-content .dep-column .dep-content ul li a i {
                font-size: 1rem;
                color: #fff; }
              .home-service001 .column-content .dep-column .dep-content ul li a .line {
                width: 1rem;
                height: 1px;
                background-color: rgba(255, 255, 255, 0.5);
                margin: 0 0.5rem 0 0.2rem;
                transition: width 0.3s; }
              .home-service001 .column-content .dep-column .dep-content ul li a.itemA3 {
                width: 10rem; }
              .home-service001 .column-content .dep-column .dep-content ul li a:hover {
                background-color: #337ECF; }
                .home-service001 .column-content .dep-column .dep-content ul li a:hover .line {
                  width: 1.5rem; }
      .home-service001 .column-content .dep-column .column-list2 {
        width: 40.8rem;
        flex-wrap: wrap; }

@media (max-width: 1440px) {
  .home-service001 .column-content .column-list .column-item {
    width: 12rem; }
  .home-service001 .column-content .dep-column .dep-content {
    width: 24rem; } }
@media (max-width: 1280px) {
  .home-service001 .column-content > img {
    width: 65%; } }
@media (max-width: 960px) {
  h1.center-tit-more a.tit {
    font-size: 20px; }
  h1.center-tit-more a.more {
    margin-top: 16px; }
    h1.center-tit-more a.more span {
      font-size: 12px; }
    h1.center-tit-more a.more .circle {
      width: 20px;
      height: 20px; }
      h1.center-tit-more a.more .circle i {
        font-size: 12px; }
  h1.center-tit-more a.more001 {
    margin-top: 23px; }

  .left-tit001, .center-tit001 {
    font-size: 18px; }
    .left-tit001.line:after, .center-tit001.line:after {
      border-top-width: 3px;
      bottom: -13px; }

  h1.center-tit a.tit {
    font-size: 20px; }
    h1.center-tit a.tit:after {
      border-top-width: 3px;
      bottom: -13px; }

  .home-service001 {
    padding-top: 80px;
    padding-bottom: 40px; }
    .home-service001 > img.rt {
      display: none; }
    .home-service001 .layout {
      padding: 0 20px;
      box-sizing: border-box; }
    .home-service001 .column-content {
      margin-top: 16px; }
      .home-service001 .column-content > img {
        display: none; }
      .home-service001 .column-content .column-list .empty {
        display: none; }
      .home-service001 .column-content .column-list .column-item {
        width: 50%;
        height: 130px;
        padding: 20px; }
        .home-service001 .column-content .column-list .column-item h2 {
          font-size: 16px; }
        .home-service001 .column-content .column-list .column-item .svg {
          width: 40px;
          height: 40px;
          right: 20px;
          bottom: 20px; }
        .home-service001 .column-content .column-list .column-item.item7 {
          width: 100%; }
      .home-service001 .column-content .dep-column {
        flex-direction: column-reverse; }
        .home-service001 .column-content .dep-column .dep-content {
          width: 100%;
          height: 260px;
          padding: 20px 20px;
          background-repeat: no-repeat;
          background-size: cover;
          margin-top: 10px; }
          .home-service001 .column-content .dep-column .dep-content h2 a.tit {
            font-size: 20px; }
          .home-service001 .column-content .dep-column .dep-content h2 span {
            margin-top: 10px; }
          .home-service001 .column-content .dep-column .dep-content ul {
            margin-top: 20px; }
            .home-service001 .column-content .dep-column .dep-content ul li {
              margin-bottom: 10px; }
              .home-service001 .column-content .dep-column .dep-content ul li a {
                width: 100%;
                justify-content: center;
                height: 36px; }
                .home-service001 .column-content .dep-column .dep-content ul li a i, .home-service001 .column-content .dep-column .dep-content ul li a .line {
                  display: none; }
                .home-service001 .column-content .dep-column .dep-content ul li a.itemA3 {
                  width: 100%; }
        .home-service001 .column-content .dep-column .column-list2 {
          width: 100%; } }
.home-service002 .layout {
  position: relative; }
  .home-service002 .layout .inner-service {
    height: 7rem;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -2rem;
    width: 100%;
    z-index: 1; }
    .home-service002 .layout .inner-service .column-item {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .home-service002 .layout .inner-service .column-item i {
        font-size: 2rem;
        line-height: 1;
        color: #004C99;
        transition: all .5s; }
      .home-service002 .layout .inner-service .column-item p {
        font-size: 1rem;
        color: #333;
        margin-top: 1rem; }
      .home-service002 .layout .inner-service .column-item:hover i {
        animation-name: tada;
        transform-origin: center; }

@media (max-width: 960px) {
  .home-service002 .layout {
    padding: 0 20px; }
    .home-service002 .layout .inner-service {
      flex-wrap: wrap;
      height: auto; }
      .home-service002 .layout .inner-service .column-item {
        width: 50%;
        flex: unset;
        padding: 20px 0; } }
.home-service003 {
  position: relative;
  margin-top: -2.25rem;
  z-index: 2;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.8s; }
  .home-service003.show {
    opacity: 1;
    transform: translateY(0); }
    .home-service003.show .layout ul li {
      opacity: 1 !important;
      transform: translateX(0) !important;
      -webkit-transform: translateX(0) !important; }
  .home-service003 .layout ul {
    box-sizing: border-box;
    background: #fff;
    padding: 2rem;
    border-bottom: 4px solid #004C99;
    display: flex;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    .home-service003 .layout ul li {
      width: 19%;
      height: 7rem;
      margin: 0 0.5%;
      opacity: 0;
      transition: 0.8s;
      -webkit-transition: 0.8s; }
      .home-service003 .layout ul li a {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #fff;
        transition: all 0.5s;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        background-size: cover; }
        .home-service003 .layout ul li a i {
          font-size: 2rem;
          line-height: 1; }
        .home-service003 .layout ul li a p {
          font-size: 1rem;
          line-height: 1;
          margin-top: 1rem; }
      .home-service003 .layout ul li:hover a {
        transform: translateY(-10px); }
      .home-service003 .layout ul li.item0 {
        transform: translateX(-30px);
        -webkit-transform: translateX(-30px); }
        .home-service003 .layout ul li.item0 a {
          background-color: #337ECF; }
      .home-service003 .layout ul li.item1 {
        transform: translateX(-80px);
        -webkit-transform: translateX(-80px); }
        .home-service003 .layout ul li.item1 a {
          background-color: #36A4AC; }
      .home-service003 .layout ul li.item2 {
        transform: translateX(-130px);
        -webkit-transform: translateX(-130px); }
        .home-service003 .layout ul li.item2 a {
          background-color: #EABE69; }
      .home-service003 .layout ul li.item3 {
        transform: translateX(-180px);
        -webkit-transform: translateX(-180px); }
        .home-service003 .layout ul li.item3 a {
          background-color: #fff;
          background-image: url(../images/363/staff/bi.jpg); }
          .home-service003 .layout ul li.item3 a p, .home-service003 .layout ul li.item3 a i {
            color: #004C99; }
      .home-service003 .layout ul li.item4 {
        transform: translateX(-230px);
        -webkit-transform: translateX(-230px); }
        .home-service003 .layout ul li.item4 a {
          background-color: #004C99; }

@media (max-width: 960px) {
  .home-service003 {
    margin-top: 0;
    padding-top: 20px;
    opacity: 1 !important;
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important; }
    .home-service003 .layout ul {
      flex-wrap: wrap;
      justify-content: space-between;
      border-bottom: none;
      box-shadow: unset;
      padding: 0 20px; }
      .home-service003 .layout ul li {
        width: 48%;
        margin: 0 0 10px;
        opacity: 1 !important;
        transform: translateX(0) !important;
        -webkit-transform: translateX(0) !important; }
        .home-service003 .layout ul li:last-child {
          width: 100%; } }
.home-news001 {
  position: relative;
  padding-top: 19.5rem;
  padding-bottom: 5rem; }
  .home-news001 > img {
    position: absolute;
    z-index: -1; }
    .home-news001 > img.lt {
      left: 0;
      top: 0;
      height: 28.4rem; }
    .home-news001 > img.rb {
      right: 0;
      bottom: -5.3rem; }
  .home-news001 .layout .inner-news {
    display: flex;
    justify-content: space-between; }
    .home-news001 .layout .inner-news h1 {
      font-weight: normal;
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .home-news001 .layout .inner-news .left-news {
      width: 43rem;
      margin-right: 3.5rem; }
      .home-news001 .layout .inner-news .left-news h1 .tab-tit-box {
        display: flex;
        align-items: center; }
        .home-news001 .layout .inner-news .left-news h1 .tab-tit-box .tab-tit {
          position: relative; }
          .home-news001 .layout .inner-news .left-news h1 .tab-tit-box .tab-tit .left-tit001:before, .home-news001 .layout .inner-news .left-news h1 .tab-tit-box .tab-tit .left-tit001:after {
            display: none; }
          .home-news001 .layout .inner-news .left-news h1 .tab-tit-box .tab-tit + .tab-tit {
            margin-left: 2.5rem; }
            .home-news001 .layout .inner-news .left-news h1 .tab-tit-box .tab-tit + .tab-tit:before {
              content: "";
              width: 0.5rem;
              height: 0.5rem;
              border-radius: 50%;
              background-color: #C4AF76;
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              left: -1.5rem; }
          .home-news001 .layout .inner-news .left-news h1 .tab-tit-box .tab-tit.cur .left-tit001:before, .home-news001 .layout .inner-news .left-news h1 .tab-tit-box .tab-tit.cur .left-tit001:after {
            display: block; }
          .home-news001 .layout .inner-news .left-news h1 .tab-tit-box .tab-tit.cur .left-tit001 a {
            color: #337ECF; }
      .home-news001 .layout .inner-news .left-news .tab-pannel-wrap {
        margin-top: 2.3rem; }
        .home-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news {
          display: flex;
          justify-content: space-between; }
          .home-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news a.img {
            width: 20rem;
            height: 11.2rem;
            overflow: hidden;
            display: block;
            margin-right: 1rem; }
            .home-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news a.img img {
              width: 100%;
              height: 100%;
              transition: all 0.3s; }
            .home-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news a.img:hover img {
              transform: scale(1.1); }
          .home-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news .right-info {
            width: 22rem;
            height: 11.2rem;
            box-sizing: border-box;
            border-bottom: 1px solid #E4E4E4;
            padding-top: 1rem; }
            .home-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news .right-info a.tit {
              font-size: 1.2rem;
              line-height: 1.8rem;
              height: 3.6rem;
              color: #333333;
              line-height: 1.8rem;
              max-height: 3.6rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box; }
              .home-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news .right-info a.tit:hover {
                color: #337ECF; }
            .home-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news .right-info span {
              font-size: 1rem;
              line-height: 1;
              color: #C4AF76;
              margin-top: 1.95rem;
              display: inline-block; }
        .home-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel ul {
          margin-top: 2rem; }
          .home-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel ul li {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 1.85rem; }
            .home-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel ul li a.tit {
              font-size: 1rem;
              line-height: 1.5rem;
              height: 1.5rem;
              color: #333333;
              line-height: 1.5rem;
              max-height: 1.5rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              display: -webkit-box; }
              .home-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel ul li a.tit:hover {
                color: #337ECF; }
            .home-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel ul li span {
              font-size: 0.8rem;
              line-height: 1;
              color: #C4AF76;
              margin-left: 1rem;
              display: inline-block; }
    .home-news001 .layout .inner-news .right-notice {
      width: 21.5rem;
      font-size: 0; }
      .home-news001 .layout .inner-news .right-notice ul {
        margin-top: 2.35rem;
        position: relative; }
        .home-news001 .layout .inner-news .right-notice ul:before {
          content: "";
          background-image: url(../images/363/home/notice_line.png);
          left: -1.5rem;
          top: 0;
          height: 100%;
          width: 1.15rem;
          background-repeat: repeat-y;
          position: absolute; }
        .home-news001 .layout .inner-news .right-notice ul li {
          margin-bottom: 2rem; }
          .home-news001 .layout .inner-news .right-notice ul li a.tit {
            font-size: 1rem;
            line-height: 1.5rem;
            height: 3rem;
            color: #333333;
            line-height: 1.5rem;
            max-height: 3rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box; }
            .home-news001 .layout .inner-news .right-notice ul li a.tit:hover {
              color: #337ECF; }
          .home-news001 .layout .inner-news .right-notice ul li span {
            font-size: 0.8rem;
            line-height: 1;
            color: #C4AF76;
            margin-top: 0.8rem;
            display: inline-block; }

@media (max-width: 1440px) {
  .home-news001 .layout .inner-news .left-news {
    width: 30rem; } }
@media (max-width: 960px) {
  .home-news001 {
    padding: 50px 0 20px; }
    .home-news001 .layout {
      padding: 0 20px; }
      .home-news001 .layout .inner-news {
        display: block; }
        .home-news001 .layout .inner-news .left-news {
          margin-right: 0;
          width: 100%; }
          .home-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news a.img {
            width: 126px;
            height: 70px;
            margin-right: 10px;
            flex-shrink: 0; }
          .home-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news .right-info {
            height: 70px;
            padding-top: 5px; }
            .home-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news .right-info a.tit {
              line-height: 1.8rem;
              max-height: 1.8rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              display: -webkit-box; }
            .home-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news .right-info span {
              margin-top: 10px; }
          .home-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel ul li {
            margin-top: 20px; }
        .home-news001 .layout .inner-news .right-notice {
          width: 100%;
          margin-top: 30px; }
          .home-news001 .layout .inner-news .right-notice ul li {
            margin-bottom: 20px; } }
.home-news002 {
  position: relative;
  padding-top: 4rem; }
  .home-news002 > img {
    position: absolute;
    max-width: 100%; }
    .home-news002 > img.lt {
      top: 0;
      left: 0; }
    .home-news002 > img.rb {
      right: 0;
      bottom: 0; }
  .home-news002 h1 .tab-tit-box {
    display: flex;
    align-items: center; }
    .home-news002 h1 .tab-tit-box .tab-tit {
      position: relative; }
      .home-news002 h1 .tab-tit-box .tab-tit .left-tit001:before, .home-news002 h1 .tab-tit-box .tab-tit .left-tit001:after {
        display: none; }
      .home-news002 h1 .tab-tit-box .tab-tit + .tab-tit {
        margin-left: 2.5rem; }
        .home-news002 h1 .tab-tit-box .tab-tit + .tab-tit:before {
          content: "";
          width: 0.5rem;
          height: 0.5rem;
          border-radius: 50%;
          background-color: #C4AF76;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: -1.5rem; }
      .home-news002 h1 .tab-tit-box .tab-tit.cur .left-tit001:before, .home-news002 h1 .tab-tit-box .tab-tit.cur .left-tit001:after {
        display: block; }
      .home-news002 h1 .tab-tit-box .tab-tit.cur .left-tit001 a {
        color: #337ECF; }
  .home-news002 .layout .inner-news {
    display: flex;
    justify-content: space-between; }
    .home-news002 .layout .inner-news h1 {
      font-weight: normal;
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .home-news002 .layout .inner-news .time {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-right: 1rem; }
      .home-news002 .layout .inner-news .time .year {
        font-size: 0.8rem;
        line-height: 1;
        color: #004C99; }
      .home-news002 .layout .inner-news .time .day {
        position: relative;
        padding-top: 0.4rem;
        border-top: 1px solid #004C99;
        font-size: 1.4rem;
        line-height: 1.5rem;
        color: #004C99;
        display: inline-block;
        margin-top: 0.25rem; }
    .home-news002 .layout .inner-news .left-news {
      width: 32rem;
      margin-right: 4rem; }
      .home-news002 .layout .inner-news .left-news .tab-pannel-wrap {
        margin-top: 2.3rem; }
        .home-news002 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news {
          display: flex;
          margin-bottom: 2.35rem; }
          .home-news002 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news a.img {
            width: 16rem;
            height: 9.1rem;
            overflow: hidden;
            display: block;
            margin-right: 1rem; }
            .home-news002 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news a.img img {
              width: 100%;
              height: 100%;
              transition: all 0.3s; }
            .home-news002 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news a.img:hover img {
              transform: scale(1.1); }
          .home-news002 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news .right-info {
            width: 15rem;
            height: 9.1rem;
            box-sizing: border-box;
            padding-top: 1rem; }
            .home-news002 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news .right-info a.tit {
              font-size: 1.2rem;
              line-height: 1.8rem;
              height: 5.4rem;
              color: #333333;
              line-height: 1.8rem;
              max-height: 5.4rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;
              display: -webkit-box; }
              .home-news002 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news .right-info a.tit:hover {
                color: #337ECF; }
            .home-news002 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news .right-info span {
              font-size: 1rem;
              line-height: 1;
              color: #AAAAAA;
              margin-top: 0.7rem;
              display: inline-block; }
        .home-news002 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel ul {
          margin-top: 2rem; }
          .home-news002 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel ul li {
            display: flex;
            align-items: center;
            padding: 1.5rem 0;
            border-top: 1px solid #E5E1D3;
            box-sizing: border-box; }
            .home-news002 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel ul li a.tit {
              font-size: 0.9rem;
              line-height: 1.35rem;
              height: 2.7rem;
              color: #333333;
              line-height: 1.35rem;
              max-height: 2.7rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box; }
              .home-news002 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel ul li a.tit:hover {
                color: #337ECF; }
            .home-news002 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel ul li span {
              font-size: 0.8rem;
              line-height: 1;
              color: #C4AF76;
              margin-left: 1rem;
              display: inline-block; }
    .home-news002 .layout .inner-news .right-notice {
      width: 32rem;
      font-size: 0; }
      .home-news002 .layout .inner-news .right-notice ul {
        margin-top: 2.3rem;
        position: relative; }
        .home-news002 .layout .inner-news .right-notice ul li {
          margin-bottom: 1rem;
          width: 100%;
          height: 5rem; }
          .home-news002 .layout .inner-news .right-notice ul li:last-child {
            margin-bottom: 0; }
          .home-news002 .layout .inner-news .right-notice ul li a {
            width: 100%;
            height: 100%;
            background-color: #fff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-sizing: border-box;
            padding: 0 1rem;
            display: flex;
            align-items: center;
            position: relative;
            transition: all 0.3s; }
            .home-news002 .layout .inner-news .right-notice ul li a:before {
              content: "";
              height: 100%;
              border-left: 2px solid #337ECF;
              transition: all 0.3s;
              position: absolute;
              left: 0;
              top: 0; }
            .home-news002 .layout .inner-news .right-notice ul li a p {
              font-size: 0.9rem;
              line-height: 1.35rem;
              height: 2.7rem;
              color: #333333;
              line-height: 1.35rem;
              max-height: 2.7rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box; }
            .home-news002 .layout .inner-news .right-notice ul li a:hover {
              background-color: #337ECF; }
              .home-news002 .layout .inner-news .right-notice ul li a:hover:before {
                border-left-width: 4px; }
              .home-news002 .layout .inner-news .right-notice ul li a:hover .time .year {
                color: #fff; }
              .home-news002 .layout .inner-news .right-notice ul li a:hover .time .day {
                border-top-color: #fff;
                color: #fff; }
              .home-news002 .layout .inner-news .right-notice ul li a:hover p {
                color: #fff; }

@media (max-width: 1440px) {
  .home-news002 .layout .inner-news .left-news {
    width: 28rem; } }
@media (max-width: 960px) {
  .home-news002 {
    padding: 20px 0 0; }
    .home-news002 .layout {
      padding: 0 20px; }
      .home-news002 .layout .inner-news {
        display: block; }
        .home-news002 .layout .inner-news .left-news {
          margin-right: 0;
          width: 100%; }
          .home-news002 .layout .inner-news .left-news .tab-pannel-wrap {
            margin-top: 23px; }
            .home-news002 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news {
              display: block;
              margin-bottom: 20px; }
              .home-news002 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news a.img {
                width: 100%;
                height: 50vw;
                margin-right: 0;
                flex-shrink: 0;
                margin-bottom: 10px; }
              .home-news002 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news .right-info {
                height: auto;
                padding-top: 5px;
                width: 100%; }
                .home-news002 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news .right-info a.tit {
                  line-height: 1.8rem;
                  max-height: 3.6rem;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: normal;
                  word-wrap: break-word;
                  -webkit-line-clamp: 2;
                  -webkit-box-orient: vertical;
                  display: -webkit-box;
                  height: auto; }
                .home-news002 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news .right-info span {
                  margin-top: 10px; }
            .home-news002 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel ul {
              margin-top: 20px; }
              .home-news002 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel ul li {
                padding: 20px 0; }
        .home-news002 .layout .inner-news .right-notice {
          width: 100%;
          margin-top: 20px; }
          .home-news002 .layout .inner-news .right-notice ul {
            margin-top: 23px; }
            .home-news002 .layout .inner-news .right-notice ul li {
              margin-bottom: 10px; } }
.home-columns001 h1.left-tit-more {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .home-columns001 h1.left-tit-more a.tit {
    font-size: 2rem;
    color: #fff;
    line-height: 1; }
    .home-columns001 h1.left-tit-more a.tit span {
      color: rgba(255, 255, 255, 0.6); }
  .home-columns001 h1.left-tit-more a.more {
    display: flex;
    align-items: center; }
    .home-columns001 h1.left-tit-more a.more span {
      font-size: 0.9rem;
      color: #fff;
      line-height: 1; }
    .home-columns001 h1.left-tit-more a.more .circle {
      width: 1.5rem;
      height: 1.5rem;
      border: 1px dashed #fff;
      border-radius: 50%;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 0.5rem; }
      .home-columns001 h1.left-tit-more a.more .circle i {
        color: #fff;
        font-size: 0.8rem;
        margin-left: 0; }
    .home-columns001 h1.left-tit-more a.more:hover .circle i {
      animation: showArrow 1s; }
.home-columns001 .inner-columns {
  display: flex;
  margin: 0 auto;
  width: fit-content; }
  .home-columns001 .inner-columns .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #004C99;
    font-size: 1.7rem;
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center; }
  .home-columns001 .inner-columns .left-notice-special .notice-box {
    background-color: #36A4AC;
    background-image: url(../images/363/home/xxgg.jpg);
    width: 47rem;
    height: 30rem;
    box-sizing: border-box;
    padding: 2rem;
    background-size: cover; }
    .home-columns001 .inner-columns .left-notice-special .notice-box .tab-tit-box {
      margin-top: 2rem;
      display: flex; }
      .home-columns001 .inner-columns .left-notice-special .notice-box .tab-tit-box a.tab-tit {
        height: 2.2rem;
        line-height: 2.2rem;
        padding: 0 0.5rem;
        border-radius: 100px;
        color: #fff;
        font-size: 1.2rem;
        margin-right: 1rem; }
        .home-columns001 .inner-columns .left-notice-special .notice-box .tab-tit-box a.tab-tit.cur {
          background-color: rgba(0, 0, 0, 0.2);
          font-weight: bold; }
    .home-columns001 .inner-columns .left-notice-special .notice-box .tab-pannel-wrap .tab-pannel ul {
      margin-top: 1rem; }
      .home-columns001 .inner-columns .left-notice-special .notice-box .tab-pannel-wrap .tab-pannel ul li {
        border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
        display: flex;
        justify-content: space-between;
        padding: 1rem 0; }
        .home-columns001 .inner-columns .left-notice-special .notice-box .tab-pannel-wrap .tab-pannel ul li .left {
          display: flex; }
          .home-columns001 .inner-columns .left-notice-special .notice-box .tab-pannel-wrap .tab-pannel ul li .left:hover i {
            opacity: 1; }
          .home-columns001 .inner-columns .left-notice-special .notice-box .tab-pannel-wrap .tab-pannel ul li .left:hover a {
            transform: translateX(0.5rem); }
        .home-columns001 .inner-columns .left-notice-special .notice-box .tab-pannel-wrap .tab-pannel ul li i {
          color: #97CA64;
          line-height: 1.35rem;
          font-size: 0.8rem;
          opacity: 0; }
        .home-columns001 .inner-columns .left-notice-special .notice-box .tab-pannel-wrap .tab-pannel ul li a {
          width: 27rem;
          line-height: 1.35rem;
          max-height: 2.7rem;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          font-size: 0.9rem;
          color: #fff;
          height: 2.7rem;
          transform: translateX(-0.8rem);
          transition: transform 0.5s; }
        .home-columns001 .inner-columns .left-notice-special .notice-box .tab-pannel-wrap .tab-pannel ul li span {
          font-size: 0.8rem;
          line-height: 1.35rem;
          color: #fff; }
  .home-columns001 .inner-columns .left-notice-special .bottom {
    display: flex;
    margin-top: 1rem; }
    .home-columns001 .inner-columns .left-notice-special .bottom .newspaper-box {
      width: 14rem;
      height: 21rem;
      position: relative;
      box-sizing: border-box;
      padding: 14.95rem 1rem 0;
      overflow: hidden; }
      .home-columns001 .inner-columns .left-notice-special .bottom .newspaper-box:hover img {
        transform: scale(1.1); }
      .home-columns001 .inner-columns .left-notice-special .bottom .newspaper-box:before {
        content: "";
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
        position: absolute;
        left: 0;
        top: 0; }
      .home-columns001 .inner-columns .left-notice-special .bottom .newspaper-box img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        transition: transform 0.3s; }
      .home-columns001 .inner-columns .left-notice-special .bottom .newspaper-box h1.tit {
        font-weight: normal;
        text-align: center;
        position: relative;
        font-size: 0; }
        .home-columns001 .inner-columns .left-notice-special .bottom .newspaper-box h1.tit a {
          font-size: 2rem;
          line-height: 1;
          color: #fff; }
      .home-columns001 .inner-columns .left-notice-special .bottom .newspaper-box a.news {
        margin-top: 1rem;
        font-size: 0.9rem;
        color: #fff;
        line-height: 1.05rem;
        max-height: 1.05rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        text-align: center;
        position: relative; }
    .home-columns001 .inner-columns .left-notice-special .bottom .video-box {
      width: 32rem;
      height: 21rem;
      position: relative;
      margin-left: 1rem;
      overflow: hidden; }
      .home-columns001 .inner-columns .left-notice-special .bottom .video-box:hover img {
        transform: scale(1.1); }
      .home-columns001 .inner-columns .left-notice-special .bottom .video-box img {
        width: 100%;
        height: 100%;
        transition: transform 0.3s; }
      .home-columns001 .inner-columns .left-notice-special .bottom .video-box .video-mask {
        width: 100%;
        height: 9rem;
        background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
        position: absolute;
        left: 0;
        bottom: 0;
        box-sizing: border-box;
        padding: 3rem 2rem 0; }
        .home-columns001 .inner-columns .left-notice-special .bottom .video-box .video-mask h1.tit {
          font-weight: normal;
          font-size: 0; }
          .home-columns001 .inner-columns .left-notice-special .bottom .video-box .video-mask h1.tit a {
            font-size: 2rem;
            line-height: 1;
            color: #fff; }
        .home-columns001 .inner-columns .left-notice-special .bottom .video-box .video-mask a.news {
          margin-top: 1rem;
          font-size: 0.9rem;
          color: #fff;
          line-height: 1.05rem;
          max-height: 1.05rem;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          display: -webkit-box; }
  .home-columns001 .inner-columns .right-media {
    margin-left: 1rem; }
    .home-columns001 .inner-columns .right-media .media-box {
      width: 38rem;
      height: 29rem;
      background-color: #A1936F;
      box-sizing: border-box;
      padding: 2rem; }
      .home-columns001 .inner-columns .right-media .media-box ul {
        margin-top: 1.35rem; }
        .home-columns001 .inner-columns .right-media .media-box ul li {
          display: flex;
          font-size: 0;
          padding: 0.65rem 0;
          border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
          .home-columns001 .inner-columns .right-media .media-box ul li a.img {
            width: 7rem;
            height: 4rem;
            box-sizing: border-box;
            border: 0.2rem solid #6F623F;
            background-color: #6F623F;
            overflow: hidden;
            flex-shrink: 0;
            margin-right: 1rem; }
            .home-columns001 .inner-columns .right-media .media-box ul li a.img img {
              width: 100%;
              height: 100%; }
            .home-columns001 .inner-columns .right-media .media-box ul li a.img p {
              font-size: 0.7rem;
              color: #fff;
              text-align: center;
              line-height: 3.6rem; }
          .home-columns001 .inner-columns .right-media .media-box ul li .right-info a.tit {
            font-size: 0.9rem;
            line-height: 1.35rem;
            max-height: 2.7rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            color: #fff;
            height: 2.7rem;
            margin-bottom: 0.5rem; }
            .home-columns001 .inner-columns .right-media .media-box ul li .right-info a.tit:hover {
              color: #e3d2a5; }
          .home-columns001 .inner-columns .right-media .media-box ul li .right-info .info span {
            font-size: 0.8rem;
            display: inline-block;
            line-height: 1;
            color: rgba(255, 255, 255, 0.6);
            position: relative; }
            .home-columns001 .inner-columns .right-media .media-box ul li .right-info .info span + span {
              margin-left: 1.05rem; }
              .home-columns001 .inner-columns .right-media .media-box ul li .right-info .info span + span:before {
                content: "";
                width: 1px;
                height: 0.8rem;
                background-color: rgba(255, 255, 255, 0.6);
                position: absolute;
                left: -0.5rem;
                top: 0; }
    .home-columns001 .inner-columns .right-media .special-box {
      display: flex;
      width: 38rem;
      flex-wrap: wrap;
      justify-content: space-between; }
      .home-columns001 .inner-columns .right-media .special-box a.img {
        display: block;
        width: 18.5rem;
        height: 10.5rem;
        overflow: hidden;
        margin-bottom: 1rem; }
        .home-columns001 .inner-columns .right-media .special-box a.img img {
          width: 100%;
          height: 100%;
          transition: all 0.5s; }
        .home-columns001 .inner-columns .right-media .special-box a.img:hover img {
          transform: scale(1.1); }
      .home-columns001 .inner-columns .right-media .special-box a.special {
        display: block;
        width: 18.5rem;
        height: 10.5rem;
        padding: 2rem;
        box-sizing: border-box;
        background-color: #36A4AC;
        position: relative; }
        .home-columns001 .inner-columns .right-media .special-box a.special:before {
          content: "";
          font-size: 0;
          width: 0;
          height: 0;
          border: 1.05rem solid transparent;
          border-right-color: #36A4AC;
          border-right-width: 1rem;
          border-left-width: 0;
          position: absolute;
          left: -1rem;
          top: 50%;
          transform: translateY(-50%); }
        .home-columns001 .inner-columns .right-media .special-box a.special h1.tit {
          font-size: 2rem;
          color: #fff;
          line-height: 1;
          margin-bottom: 3rem;
          font-weight: normal; }
          .home-columns001 .inner-columns .right-media .special-box a.special h1.tit span {
            color: rgba(255, 255, 255, 0.6); }
        .home-columns001 .inner-columns .right-media .special-box a.special .more {
          display: flex;
          align-items: center; }
          .home-columns001 .inner-columns .right-media .special-box a.special .more span {
            font-size: 0.9rem;
            color: #fff;
            line-height: 1; }
          .home-columns001 .inner-columns .right-media .special-box a.special .more .circle {
            width: 1.5rem;
            height: 1.5rem;
            border: 1px dashed #fff;
            border-radius: 50%;
            box-sizing: border-box;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: 0.5rem; }
            .home-columns001 .inner-columns .right-media .special-box a.special .more .circle i {
              color: #fff;
              font-size: 0.8rem;
              margin-left: 0; }
        .home-columns001 .inner-columns .right-media .special-box a.special:hover .more .circle i {
          animation: showArrow 1s; }

@media (max-width: 1800px) {
  .home-columns001 .inner-columns {
    width: calc(100vw - 80px); }
    .home-columns001 .inner-columns .left-notice-special {
      width: 54.6%; }
      .home-columns001 .inner-columns .left-notice-special .notice-box {
        width: 100%; }
      .home-columns001 .inner-columns .left-notice-special .bottom .newspaper-box {
        padding-right: 0;
        padding-left: 0; }
    .home-columns001 .inner-columns .right-media {
      width: 44.1%; }
      .home-columns001 .inner-columns .right-media .media-box {
        width: 100%; }
      .home-columns001 .inner-columns .right-media .special-box {
        width: 100%; }
        .home-columns001 .inner-columns .right-media .special-box a.img, .home-columns001 .inner-columns .right-media .special-box a.special {
          width: 49%; }
        .home-columns001 .inner-columns .right-media .special-box a.special:before {
          border-right-width: 0.75rem;
          left: -0.75rem; } }
@media (max-width: 1680px) {
  .home-columns001 .inner-columns {
    width: 1360px; }
    .home-columns001 .inner-columns .left-notice-special {
      width: 37rem; }
      .home-columns001 .inner-columns .left-notice-special .notice-box {
        width: 100%;
        height: 30.4rem;
        padding: 2rem 1.5rem; }
        .home-columns001 .inner-columns .left-notice-special .notice-box .tab-tit-box a.tab-tit {
          white-space: nowrap; }
        .home-columns001 .inner-columns .left-notice-special .notice-box .tab-pannel-wrap .tab-pannel ul li a {
          width: 21.6rem; }
      .home-columns001 .inner-columns .left-notice-special .bottom .newspaper-box {
        padding-right: 0;
        padding-left: 0;
        width: 12.5rem;
        height: 16rem;
        padding-top: 9.95rem;
        flex-shrink: 0; }
      .home-columns001 .inner-columns .left-notice-special .bottom .video-box {
        width: 23.5rem;
        height: 16rem; }
        .home-columns001 .inner-columns .left-notice-special .bottom .video-box .video-mask {
          height: 7.1rem;
          padding: 1rem 1.5rem 0; }
    .home-columns001 .inner-columns .right-media {
      width: 30rem; }
      .home-columns001 .inner-columns .right-media .media-box {
        width: 100%;
        padding: 2rem 1.35rem; }
      .home-columns001 .inner-columns .right-media .special-box a.img {
        flex-shrink: 0;
        width: 14.5rem;
        height: 8.2rem; }
      .home-columns001 .inner-columns .right-media .special-box a.special {
        width: 14.5rem;
        height: 8.2rem;
        padding: 2rem 1.5rem; }
        .home-columns001 .inner-columns .right-media .special-box a.special h1.tit {
          margin-bottom: 0.7rem; }
        .home-columns001 .inner-columns .right-media .special-box a.special:before {
          border-right-width: 1rem;
          left: -0.75rem; } }
@media (max-width: 1440px) {
  .home-columns001 .inner-columns {
    width: 60rem; }
    .home-columns001 .inner-columns .left-notice-special {
      width: 32.65rem; }
      .home-columns001 .inner-columns .left-notice-special .notice-box .tab-tit-box a.tab-tit {
        font-size: 1rem; }
      .home-columns001 .inner-columns .left-notice-special .notice-box .tab-pannel-wrap .tab-pannel ul li a {
        margin-right: 0.5rem;
        width: 18rem; }
    .home-columns001 .inner-columns .right-media {
      width: 26.45rem; }
      .home-columns001 .inner-columns .right-media .special-box a.img, .home-columns001 .inner-columns .right-media .special-box a.special {
        width: 12.725rem; } }
@media (max-width: 960px) {
  .home-columns001 h1.left-tit-more a.tit {
    font-size: 20px; }
  .home-columns001 h1.left-tit-more a.more span {
    font-size: 12px; }
  .home-columns001 .inner-columns {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    flex-wrap: wrap; }
    .home-columns001 .inner-columns .left-notice-special {
      width: 100%; }
      .home-columns001 .inner-columns .left-notice-special .notice-box {
        width: 100%;
        height: auto;
        background-size: cover;
        padding: 20px; }
        .home-columns001 .inner-columns .left-notice-special .notice-box .tab-tit-box {
          margin-top: 20px; }
          .home-columns001 .inner-columns .left-notice-special .notice-box .tab-tit-box a.tab-tit {
            height: 28px;
            line-height: 28px;
            font-size: 14px;
            padding: 0 8px;
            margin-right: 0;
            white-space: nowrap; }
            .home-columns001 .inner-columns .left-notice-special .notice-box .tab-tit-box a.tab-tit + a.tab-tit {
              margin-left: 4px; }
        .home-columns001 .inner-columns .left-notice-special .notice-box .tab-pannel-wrap .tab-pannel ul {
          margin-top: 10px; }
          .home-columns001 .inner-columns .left-notice-special .notice-box .tab-pannel-wrap .tab-pannel ul li {
            padding: 10px 0; }
            .home-columns001 .inner-columns .left-notice-special .notice-box .tab-pannel-wrap .tab-pannel ul li a {
              width: auto;
              margin-right: 15px;
              font-size: 16px;
              line-height: 24px;
              max-height: 72px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              height: auto;
              min-height: 48px; }
            .home-columns001 .inner-columns .left-notice-special .notice-box .tab-pannel-wrap .tab-pannel ul li span {
              font-size: 12px;
              line-height: 24px; }
      .home-columns001 .inner-columns .left-notice-special .bottom .newspaper-box, .home-columns001 .inner-columns .left-notice-special .bottom .video-box {
        width: calc((100% - 10px) / 2);
        height: 110px;
        padding: 0; }
      .home-columns001 .inner-columns .left-notice-special .bottom .newspaper-box {
        background-color: #36A4AC;
        display: flex;
        align-items: center;
        justify-content: center; }
        .home-columns001 .inner-columns .left-notice-special .bottom .newspaper-box h1.tit {
          font-size: 0; }
          .home-columns001 .inner-columns .left-notice-special .bottom .newspaper-box h1.tit a {
            font-size: 20px;
            color: #fff; }
        .home-columns001 .inner-columns .left-notice-special .bottom .newspaper-box img, .home-columns001 .inner-columns .left-notice-special .bottom .newspaper-box a.news, .home-columns001 .inner-columns .left-notice-special .bottom .newspaper-box:before {
          display: none; }
      .home-columns001 .inner-columns .left-notice-special .bottom .video-box img {
        display: none; }
      .home-columns001 .inner-columns .left-notice-special .bottom .video-box .video-mask {
        width: 100%;
        height: 100%;
        padding: 0;
        background-color: #C4AF76;
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: none; }
        .home-columns001 .inner-columns .left-notice-special .bottom .video-box .video-mask h1.tit {
          font-size: 0; }
          .home-columns001 .inner-columns .left-notice-special .bottom .video-box .video-mask h1.tit a {
            font-size: 20px;
            color: #fff; }
        .home-columns001 .inner-columns .left-notice-special .bottom .video-box .video-mask a.news {
          display: none; }
    .home-columns001 .inner-columns .right-media {
      margin-left: 0;
      width: 100%; }
      .home-columns001 .inner-columns .right-media .media-box {
        margin-top: 10px;
        width: 100%;
        height: auto;
        padding: 20px; }
        .home-columns001 .inner-columns .right-media .media-box ul {
          margin-top: 8px; }
          .home-columns001 .inner-columns .right-media .media-box ul li {
            flex-direction: row-reverse;
            border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
            margin-bottom: 0;
            padding: 10px 0;
            justify-content: flex-end; }
            .home-columns001 .inner-columns .right-media .media-box ul li a.img {
              margin-right: 0;
              margin-left: 10px;
              width: 88px;
              height: 50px;
              border-width: 4px; }
              .home-columns001 .inner-columns .right-media .media-box ul li a.img.no_img {
                display: none; }
            .home-columns001 .inner-columns .right-media .media-box ul li .right-info a.tit {
              margin-bottom: 10px;
              font-size: 16px;
              line-height: 24px;
              max-height: 48px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box; }
            .home-columns001 .inner-columns .right-media .media-box ul li .right-info .info span {
              font-size: 12px; }
      .home-columns001 .inner-columns .right-media .special-box {
        flex-direction: column-reverse; }
        .home-columns001 .inner-columns .right-media .special-box a.special {
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 20px;
          box-sizing: border-box;
          margin-top: 1rem;
          height: 60px;
          width: 100%;
          background-color: #97CA64; }
          .home-columns001 .inner-columns .right-media .special-box a.special:before {
            display: none; }
          .home-columns001 .inner-columns .right-media .special-box a.special h1.tit {
            font-size: 20px;
            color: #fff;
            line-height: 1;
            font-weight: normal;
            margin-bottom: 0; }
            .home-columns001 .inner-columns .right-media .special-box a.special h1.tit span {
              color: rgba(255, 255, 255, 0.6); }
          .home-columns001 .inner-columns .right-media .special-box a.special .more {
            display: flex;
            align-items: center; }
            .home-columns001 .inner-columns .right-media .special-box a.special .more span {
              font-size: 12px;
              color: #fff;
              line-height: 1; }
            .home-columns001 .inner-columns .right-media .special-box a.special .more .circle {
              width: 24px;
              height: 24px;
              border: 1px dashed #fff;
              border-radius: 50%;
              box-sizing: border-box;
              display: flex;
              align-items: center;
              justify-content: center;
              margin-left: 8px; }
              .home-columns001 .inner-columns .right-media .special-box a.special .more .circle i {
                color: #fff;
                font-size: 0.8rem;
                margin-left: 0; }
        .home-columns001 .inner-columns .right-media .special-box a.img {
          display: block;
          width: 100%;
          height: 54vw; }
          .home-columns001 .inner-columns .right-media .special-box a.img img {
            width: 100%;
            height: 100%; } }
.home-special-department001 {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url(../images/363/home/tszk.jpg);
  background-position: center bottom;
  background-repeat: no-repeat; }
  .home-special-department001 > img {
    position: absolute;
    z-index: -1; }
    .home-special-department001 > img.rt {
      top: 0;
      right: 0;
      width: 24rem; }
  .home-special-department001 .layout .info {
    color: #AAAAAA;
    font-size: 0.8rem;
    line-height: 0.8rem;
    width: fit-content;
    margin: 2.3rem auto 0;
    position: relative; }
    .home-special-department001 .layout .info:before, .home-special-department001 .layout .info:after {
      content: "";
      width: 10rem;
      height: 1px;
      background-color: #AAAAAA;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
    .home-special-department001 .layout .info:before {
      left: -11rem; }
    .home-special-department001 .layout .info:after {
      right: -11rem; }
  .home-special-department001 .layout .icon-container {
    margin-top: 2rem; }
    .home-special-department001 .layout .icon-container .icon-list {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      .home-special-department001 .layout .icon-container .icon-list .icon-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 11rem;
        margin-bottom: 2rem; }
        .home-special-department001 .layout .icon-container .icon-list .icon-item .svg-box {
          width: 6rem;
          height: 6rem;
          border-radius: 50%;
          box-sizing: border-box;
          display: flex;
          justify-content: center;
          align-items: flex-end;
          position: relative;
          opacity: 0; }
          .home-special-department001 .layout .icon-container .icon-list .icon-item .svg-box:after {
            content: "";
            width: 6rem;
            height: 6rem;
            border-radius: 50%;
            background-color: rgba(111, 98, 63, 0.15);
            position: absolute;
            top: 0.5rem;
            transform: scale(0);
            transition: transform 0.3s; }
          .home-special-department001 .layout .icon-container .icon-list .icon-item .svg-box:hover:after {
            transform: scale(1); }
          .home-special-department001 .layout .icon-container .icon-list .icon-item .svg-box.active .left-border:before {
            animation: ring_left 0.6s forwards linear; }
          .home-special-department001 .layout .icon-container .icon-list .icon-item .svg-box.active .right-border:before {
            animation: ring_right 0.6s 0.6s forwards linear; }
          .home-special-department001 .layout .icon-container .icon-list .icon-item .svg-box .left-border, .home-special-department001 .layout .icon-container .icon-list .icon-item .svg-box .right-border {
            width: 50%;
            height: 100%;
            position: absolute;
            background-color: transparent;
            overflow: hidden;
            top: 0; }
            .home-special-department001 .layout .icon-container .icon-list .icon-item .svg-box .left-border:before, .home-special-department001 .layout .icon-container .icon-list .icon-item .svg-box .right-border:before {
              content: "";
              position: absolute;
              width: calc(200% - 2px);
              height: calc(100% - 2px);
              border-radius: 50%;
              border-top: 1px dashed #6F623F;
              border-left: 1px dashed #6F623F;
              border-bottom: 1px dashed transparent;
              border-right: 1px dashed transparent;
              transform: translate(-50%, 0) rotate(-45deg); }
          .home-special-department001 .layout .icon-container .icon-list .icon-item .svg-box .left-border {
            right: 0; }
          .home-special-department001 .layout .icon-container .icon-list .icon-item .svg-box .right-border {
            left: 0; }
            .home-special-department001 .layout .icon-container .icon-list .icon-item .svg-box .right-border:before {
              border-bottom: 1px dashed #6F623F;
              border-right: 1px dashed #6F623F;
              border-top: 1px dashed transparent;
              border-left: 1px dashed transparent;
              transform: rotate(-45deg); }
@keyframes ring_left {
  100% {
    transform: translate(-50%, 0) rotate(135deg); } }
@keyframes ring_right {
  100% {
    transform: rotate(135deg); } }
          .home-special-department001 .layout .icon-container .icon-list .icon-item .svg-box svg {
            width: 5.5rem;
            height: 5.5rem; }
          .home-special-department001 .layout .icon-container .icon-list .icon-item .svg-box #svg1 .st0 {
            fill: none;
            stroke: #6F623F;
            stroke-width: 0.8083;
            stroke-miterlimit: 10; }
          .home-special-department001 .layout .icon-container .icon-list .icon-item .svg-box #svg1 .st1 {
            fill: none;
            stroke: #6F623F;
            stroke-width: 0.9046;
            stroke-miterlimit: 10; }
          .home-special-department001 .layout .icon-container .icon-list .icon-item .svg-box #svg1 .st2 {
            fill: none;
            stroke: #6F623F;
            stroke-width: 0.9046;
            stroke-miterlimit: 10;
            enable-background: new; }
          .home-special-department001 .layout .icon-container .icon-list .icon-item .svg-box #svg2 .st0 {
            fill: none;
            stroke: #6F623F;
            stroke-width: 0.8491;
            stroke-miterlimit: 10; }
          .home-special-department001 .layout .icon-container .icon-list .icon-item .svg-box #svg2 .st1 {
            opacity: 3.000000e-02;
            fill: none;
            stroke: #6F623F;
            stroke-width: 0.8491;
            stroke-miterlimit: 10;
            enable-background: new; }
          .home-special-department001 .layout .icon-container .icon-list .icon-item .svg-box #svg2 .st2 {
            opacity: 0.1;
            fill: none;
            stroke: #6F623F;
            stroke-width: 0.8491;
            stroke-miterlimit: 10;
            enable-background: new; }
          .home-special-department001 .layout .icon-container .icon-list .icon-item .svg-box #svg3 .st0 {
            fill: none;
            stroke: #6F623F;
            stroke-width: 0.8727;
            stroke-miterlimit: 10; }
          .home-special-department001 .layout .icon-container .icon-list .icon-item .svg-box #svg4 .st0 {
            fill: none;
            stroke: #6F623F;
            stroke-width: 0.8749;
            stroke-miterlimit: 10; }
          .home-special-department001 .layout .icon-container .icon-list .icon-item .svg-box #svg4 .st1 {
            fill: #6F623F; }
          .home-special-department001 .layout .icon-container .icon-list .icon-item .svg-box #svg5 .st0 {
            fill: none;
            stroke: #6F623F;
            stroke-width: 0.8333;
            stroke-miterlimit: 10; }
          .home-special-department001 .layout .icon-container .icon-list .icon-item .svg-box #svg5 .st1 {
            fill: url(#SVGID_1_); }
          .home-special-department001 .layout .icon-container .icon-list .icon-item .svg-box #svg5 .st2 {
            fill: none;
            stroke: #6F623F;
            stroke-width: 0.8333;
            stroke-miterlimit: 10;
            enable-background: new; }
          .home-special-department001 .layout .icon-container .icon-list .icon-item .svg-box #svg5 .st3 {
            stroke: #6F623F;
            stroke-width: 0.8333;
            stroke-miterlimit: 10; }
          .home-special-department001 .layout .icon-container .icon-list .icon-item .svg-box #svg6 .st0 {
            fill: none;
            stroke: #6F623F;
            stroke-width: 0.8871;
            stroke-miterlimit: 10; }
          .home-special-department001 .layout .icon-container .icon-list .icon-item .svg-box #svg7 .st0 {
            fill: none;
            stroke: #6F623F;
            stroke-width: 0.9459;
            stroke-miterlimit: 10; }
          .home-special-department001 .layout .icon-container .icon-list .icon-item .svg-box #svg8 .st0 {
            fill: #6F623F; }
          .home-special-department001 .layout .icon-container .icon-list .icon-item .svg-box #svg8 .st1 {
            fill: none;
            stroke: #6F623F;
            stroke-width: 0.8768;
            stroke-miterlimit: 10; }
        .home-special-department001 .layout .icon-container .icon-list .icon-item .num {
          font-size: 0.7rem;
          line-height: 1;
          color: #333333;
          margin-top: 0.7rem;
          opacity: 0; }
          .home-special-department001 .layout .icon-container .icon-list .icon-item .num span {
            font-size: 1.6rem;
            line-height: 1;
            color: #004C99; }
        .home-special-department001 .layout .icon-container .icon-list .icon-item .tit {
          text-align: center;
          font-size: 0.7rem;
          line-height: 1;
          color: #333;
          margin-top: 0.5rem; }
          .home-special-department001 .layout .icon-container .icon-list .icon-item .tit:hover {
            color: #337ECF; }
    .home-special-department001 .layout .icon-container .icon-slider {
      opacity: 0;
      margin-bottom: 0;
      height: 0; }

@media (max-width: 1440px) {
  .home-special-department001 .layout .icon-container .icon-list .icon-item {
    width: 10rem; } }
@media (max-width: 960px) {
  .home-special-department001 {
    padding: 40px 0; }
    .home-special-department001 > img.rt {
      display: none; }
    .home-special-department001 .layout {
      padding: 0 20px; }
      .home-special-department001 .layout .info {
        margin-top: 22px;
        text-align: center;
        font-size: 12px;
        line-height: 18px; }
        .home-special-department001 .layout .info:before, .home-special-department001 .layout .info:after {
          display: none; }
      .home-special-department001 .layout .icon-container {
        margin-top: 20px; }
        .home-special-department001 .layout .icon-container .pc-icon {
          display: none; }
        .home-special-department001 .layout .icon-container .icon-slider {
          opacity: 1;
          height: auto;
          padding-bottom: 20px; }
          .home-special-department001 .layout .icon-container .icon-slider .icon-item {
            margin-bottom: 20px; }
            .home-special-department001 .layout .icon-container .icon-slider .icon-item .svg-box {
              width: 120px;
              height: 120px;
              align-items: center;
              opacity: 1;
              border: 1px dashed #6F623F; }
              .home-special-department001 .layout .icon-container .icon-slider .icon-item .svg-box:after {
                display: none; }
              .home-special-department001 .layout .icon-container .icon-slider .icon-item .svg-box svg {
                width: 110px;
                height: 110px; }
            .home-special-department001 .layout .icon-container .icon-slider .icon-item .num {
              font-size: 12px;
              margin-top: 14px;
              opacity: 1; }
              .home-special-department001 .layout .icon-container .icon-slider .icon-item .num span {
                font-size: 24px; }
            .home-special-department001 .layout .icon-container .icon-slider .icon-item .tit {
              font-size: 12px;
              margin-top: 14px; }
          .home-special-department001 .layout .icon-container .icon-slider .slick-dots {
            display: flex;
            justify-content: center; }
            .home-special-department001 .layout .icon-container .icon-slider .slick-dots li {
              height: 12px;
              width: 12px;
              border-radius: 50%;
              background-color: rgba(0, 76, 153, 0.5); }
              .home-special-department001 .layout .icon-container .icon-slider .slick-dots li button {
                display: none; }
              .home-special-department001 .layout .icon-container .icon-slider .slick-dots li.slick-active {
                background-color: #004C99; } }
.home-doctor001 {
  padding-top: 4rem;
  position: relative; }
  .home-doctor001 > img {
    position: absolute;
    top: -14.65rem;
    right: 0;
    z-index: -1; }
  .home-doctor001 .doc-swiper {
    margin-top: 1rem;
    padding-bottom: 4rem; }
    .home-doctor001 .doc-swiper .doc-slider {
      display: flex; }
      .home-doctor001 .doc-swiper .doc-slider .swiper-slide {
        width: 13rem;
        margin: 0 0.375rem;
        flex-shrink: 0; }
      .home-doctor001 .doc-swiper .doc-slider a.doc-item {
        display: block;
        width: 100%;
        height: 24rem;
        overflow: hidden;
        box-sizing: border-box;
        border: 1px solid #D7D7D7;
        position: relative; }
        .home-doctor001 .doc-swiper .doc-slider a.doc-item .img {
          width: 100%;
          height: 17.3rem;
          position: relative; }
          .home-doctor001 .doc-swiper .doc-slider a.doc-item .img img {
            width: 100%;
            height: 100%; }
        .home-doctor001 .doc-swiper .doc-slider a.doc-item .doc-info {
          box-sizing: border-box;
          padding: 0 1rem;
          width: 100%;
          height: 6.7rem;
          position: absolute;
          left: 0;
          bottom: 0;
          text-align: center;
          transition: all 0.5s ease 0s; }
          .home-doctor001 .doc-swiper .doc-slider a.doc-item .doc-info .tit {
            margin-top: 1rem;
            font-size: 1rem;
            line-height: 1;
            color: #333333; }
          .home-doctor001 .doc-swiper .doc-slider a.doc-item .doc-info .protit {
            margin-top: 0.5rem;
            font-size: 0; }
            .home-doctor001 .doc-swiper .doc-slider a.doc-item .doc-info .protit span {
              font-size: 0.8rem;
              line-height: 1;
              color: rgba(51, 51, 51, 0.5); }
              .home-doctor001 .doc-swiper .doc-slider a.doc-item .doc-info .protit span + span {
                margin-left: 0.5rem; }
          .home-doctor001 .doc-swiper .doc-slider a.doc-item .doc-info .depart {
            font-size: 0.8rem;
            line-height: 1;
            color: #337ECF;
            margin-top: 1rem; }
        .home-doctor001 .doc-swiper .doc-slider a.doc-item .doc-info-active {
          height: 14rem;
          background-color: #337ECF;
          transform: translateY(100%);
          opacity: 0;
          transition: all 0.5s ease 0s; }
          .home-doctor001 .doc-swiper .doc-slider a.doc-item .doc-info-active .tit {
            color: #fff; }
          .home-doctor001 .doc-swiper .doc-slider a.doc-item .doc-info-active .protit span {
            color: rgba(255, 255, 255, 0.5); }
          .home-doctor001 .doc-swiper .doc-slider a.doc-item .doc-info-active .content {
            font-size: 0.8rem;
            color: #fff;
            line-height: 1.2rem;
            max-height: 7.2rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 6;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            margin-top: 1rem; }
        .home-doctor001 .doc-swiper .doc-slider a.doc-item:hover .doc-info-active {
          transform: translateY(0);
          opacity: 1; }
    .home-doctor001 .doc-swiper .swiper-button-prev, .home-doctor001 .doc-swiper .swiper-button-next {
      background-image: none;
      width: 2rem;
      height: 2rem;
      box-sizing: border-box;
      border: 1px solid #337ECF;
      bottom: 0;
      border-radius: 50%;
      top: unset; }
      .home-doctor001 .doc-swiper .swiper-button-prev:before, .home-doctor001 .doc-swiper .swiper-button-next:before {
        color: #337ECF;
        font-size: 0.8rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .home-doctor001 .doc-swiper .swiper-button-prev:hover, .home-doctor001 .doc-swiper .swiper-button-next:hover {
        background-color: #337ECF; }
        .home-doctor001 .doc-swiper .swiper-button-prev:hover:before, .home-doctor001 .doc-swiper .swiper-button-next:hover:before {
          color: #fff; }
    .home-doctor001 .doc-swiper .swiper-button-prev {
      right: calc(50% + 5px);
      left: unset; }
      .home-doctor001 .doc-swiper .swiper-button-prev:before {
        content: "\e64e";
        font-family: 'iconfont'; }
    .home-doctor001 .doc-swiper .swiper-button-next {
      left: calc(50% + 5px); }
      .home-doctor001 .doc-swiper .swiper-button-next:before {
        content: "\e620";
        font-family: 'iconfont'; }
  .home-doctor001 .layout {
    position: relative; }
    .home-doctor001 .layout .line {
      width: calc((100% - 8rem) / 2);
      border-bottom: 1px solid #E4E4E4;
      position: absolute;
      top: -1rem; }
      .home-doctor001 .layout .line.prev {
        left: 0; }
      .home-doctor001 .layout .line.next {
        right: 0; }

@media (max-width: 960px) {
  .home-doctor001 {
    padding-top: 40px; }
    .home-doctor001 .doc-container {
      padding: 0 5px;
      box-sizing: border-box; }
    .home-doctor001 .doc-swiper {
      margin-top: 10px;
      padding-bottom: 44px; }
      .home-doctor001 .doc-swiper .doc-slider .swiper-slide {
        margin: 0; }
        .home-doctor001 .doc-swiper .doc-slider .swiper-slide .doc-box {
          padding: 0 5px; }
      .home-doctor001 .doc-swiper .doc-slider a.doc-item {
        height: auto; }
        .home-doctor001 .doc-swiper .doc-slider a.doc-item .img {
          height: 61vw; }
        .home-doctor001 .doc-swiper .doc-slider a.doc-item .doc-info {
          position: relative;
          height: auto;
          padding-bottom: 30px; }
          .home-doctor001 .doc-swiper .doc-slider a.doc-item .doc-info .tit {
            margin-top: 20px; }
          .home-doctor001 .doc-swiper .doc-slider a.doc-item .doc-info .protit {
            margin-top: 10px; }
            .home-doctor001 .doc-swiper .doc-slider a.doc-item .doc-info .protit span {
              font-size: 12px; }
          .home-doctor001 .doc-swiper .doc-slider a.doc-item .doc-info .depart {
            font-size: 12px;
            margin-top: 10px; }
        .home-doctor001 .doc-swiper .doc-slider a.doc-item .doc-info-active {
          display: none; } }
.home-health001 {
  padding-top: 2.4rem;
  padding-bottom: 3rem;
  position: relative;
  background-image: url(../images/363/home/jkkp.jpg);
  background-size: cover; }
  .home-health001 > img {
    position: absolute;
    right: 0;
    top: -4rem;
    width: 48rem;
    z-index: -1; }
  .home-health001 .layout .inner-health {
    display: flex;
    margin: 1rem -1.25rem 0; }
    .home-health001 .layout .inner-health .news-item {
      margin: 0 1.25rem;
      width: 21rem;
      height: 16rem;
      box-shadow: 0 0 20px rgba(103, 127, 174, 0.4);
      position: relative;
      background-color: #fff; }
      .home-health001 .layout .inner-health .news-item:after {
        content: "";
        width: 100%;
        height: 0.2rem;
        background-color: #349191;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: width 0.5s; }
      .home-health001 .layout .inner-health .news-item .bottom-info {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 1rem;
        position: relative; }
        .home-health001 .layout .inner-health .news-item .bottom-info .inner-info {
          overflow: hidden;
          height: 100%;
          font-size: 0; }
          .home-health001 .layout .inner-health .news-item .bottom-info .inner-info .time {
            font-size: 0.9rem;
            line-height: 1;
            color: #004C99;
            display: inline-block;
            opacity: 1;
            transition: opacity 0.5s, transform 0.5s; }
          .home-health001 .layout .inner-health .news-item .bottom-info .inner-info p {
            margin-top: 1rem;
            line-height: 1.35rem;
            max-height: 2.7rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            font-size: 0.9rem;
            color: #333;
            transition: transform 0.5s;
            transform: translateY(0);
            margin-bottom: 0.4rem; }
          .home-health001 .layout .inner-health .news-item .bottom-info .inner-info .more {
            display: flex;
            align-items: center;
            color: #333;
            opacity: 0;
            transition: transform 0.5s,opacity 0.5s;
            transform: translateY(0);
            font-size: 0.7rem;
            position: absolute;
            left: 1rem;
            bottom: 0; }
            .home-health001 .layout .inner-health .news-item .bottom-info .inner-info .more i {
              margin-left: 2px;
              font-size: 12px; }
      .home-health001 .layout .inner-health .news-item.hasthumb {
        height: auto; }
        .home-health001 .layout .inner-health .news-item.hasthumb .img {
          width: 100%;
          height: 12rem; }
          .home-health001 .layout .inner-health .news-item.hasthumb .img img {
            width: 100%;
            height: 100%; }
        .home-health001 .layout .inner-health .news-item.hasthumb .bottom-info {
          height: calc(100% - 12rem); }
@keyframes showLine {
  from {
    width: 0; }
  to {
    width: 100%; } }
      .home-health001 .layout .inner-health .news-item:hover:after {
        animation: showLine 0.5s; }
      .home-health001 .layout .inner-health .news-item:hover .bottom-info .inner-info .time {
        opacity: 0;
        transform: translateY(-1.8rem); }
      .home-health001 .layout .inner-health .news-item:hover .bottom-info .inner-info p {
        transform: translateY(-1.8rem); }
      .home-health001 .layout .inner-health .news-item:hover .bottom-info .inner-info .more {
        transform: translateY(-1.8rem);
        opacity: 1; }

@media (max-width: 960px) {
  .home-health001 {
    padding: 50px 0; }
    .home-health001 .layout {
      padding: 0 20px; }
      .home-health001 .layout .inner-health {
        flex-wrap: wrap;
        margin: 0; }
        .home-health001 .layout .inner-health .news-item {
          width: 100%;
          margin: 10px 0 0;
          height: 94px;
          box-shadow: 0 0 20px rgba(103, 127, 174, 0.2); }
          .home-health001 .layout .inner-health .news-item a {
            padding: 10px 10px 14px;
            display: flex;
            width: 100%;
            height: 100%;
            box-sizing: border-box; }
          .home-health001 .layout .inner-health .news-item .bottom-info {
            padding: 0; }
            .home-health001 .layout .inner-health .news-item .bottom-info .inner-info {
              display: flex;
              flex-direction: column-reverse; }
              .home-health001 .layout .inner-health .news-item .bottom-info .inner-info p {
                line-height: 24px;
                max-height: 48px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                display: -webkit-box;
                font-size: 16px;
                margin: 0 0 10px;
                height: 48px; }
              .home-health001 .layout .inner-health .news-item .bottom-info .inner-info .more {
                display: none; }
          .home-health001 .layout .inner-health .news-item:after {
            height: 4px; }
          .home-health001 .layout .inner-health .news-item.hasthumb a {
            display: flex;
            flex-direction: row-reverse; }
          .home-health001 .layout .inner-health .news-item.hasthumb .img {
            width: 88px;
            height: 50px;
            flex-shrink: 0;
            margin-left: 10px; }
          .home-health001 .layout .inner-health .news-item.hasthumb .bottom-info {
            height: auto; }
          .home-health001 .layout .inner-health .news-item:hover .bottom-info .inner-info .time {
            transform: translateY(0); }
          .home-health001 .layout .inner-health .news-item:hover .bottom-info .inner-info p {
            transform: translateY(0); } }
.home-health002 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  background-image: url(../images/363/home/jkkp.jpg);
  background-size: cover; }
  .home-health002 .layout ul {
    display: flex;
    flex-wrap: wrap;
    margin: 1rem -1rem 0; }
    .home-health002 .layout ul li {
      margin: 0 0.5rem 1rem;
      width: 16.25rem;
      height: 6.5rem; }
      .home-health002 .layout ul li a {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 1.5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        position: relative; }
        .home-health002 .layout ul li a::before {
          content: "";
          width: 100%;
          height: 0;
          background-color: #004C99;
          background-image: url(../images/363/home/health_bg.jpg);
          background-position-x: right;
          background-position-y: bottom;
          background-size: cover;
          position: absolute;
          top: 0;
          left: 0;
          transition: all 0.3s; }
        .home-health002 .layout ul li a p {
          color: #333;
          font-size: 0.9rem;
          line-height: 1.35rem;
          max-height: 2.7rem;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          position: relative;
          z-index: 1;
          transition: all 0.3s; }
        .home-health002 .layout ul li a span {
          color: #004C99;
          font-size: 0.8rem;
          line-height: 1;
          position: relative;
          z-index: 1;
          transition: all 0.3s; }
        .home-health002 .layout ul li a:hover::before {
          height: 100%; }
        .home-health002 .layout ul li a:hover p, .home-health002 .layout ul li a:hover span {
          color: #fff; }

@media (max-width: 1440px) {
  .home-health002 .layout ul li {
    width: 14.25rem; } }
@media (max-width: 960px) {
  .home-health002 {
    padding: 40px 0; }
    .home-health002 .layout {
      padding: 0 20px; }
      .home-health002 .layout ul {
        justify-content: space-between;
        margin-left: 0;
        margin-right: 0; }
        .home-health002 .layout ul li {
          width: 100%;
          height: 120px;
          margin-left: 0;
          margin-right: 0; }
          .home-health002 .layout ul li a {
            padding: 20px; } }
.home-science001 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-size: 100%;
  position: relative; }
  .home-science001 > img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    transition: transform 0.5s;
    transform: translateY(-7.5rem); }
  .home-science001 .layout .inner-science {
    margin-top: 3.2rem;
    display: flex; }
    .home-science001 .layout .inner-science .column-item {
      box-sizing: border-box;
      padding: 1.5rem;
      margin-bottom: 1rem;
      display: block;
      position: relative; }
      .home-science001 .layout .inner-science .column-item:hover h2:after {
        width: 3.7rem; }
      .home-science001 .layout .inner-science .column-item h2 {
        font-weight: normal;
        color: #fff;
        font-size: 1.2rem;
        line-height: 1;
        position: relative; }
        .home-science001 .layout .inner-science .column-item h2:after {
          content: "";
          width: 3.2rem;
          height: 2px;
          background-color: #fff;
          position: absolute;
          left: 0;
          bottom: -1.1rem;
          transition: width 0.5s; }
      .home-science001 .layout .inner-science .column-item i {
        font-size: 4rem;
        line-height: 1;
        color: rgba(255, 255, 255, 0.5);
        position: absolute;
        right: 1.5rem;
        bottom: 1.5rem; }
    .home-science001 .layout .inner-science .left-box {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      margin-top: 4rem; }
      .home-science001 .layout .inner-science .left-box .column-item.item0 {
        width: 18rem;
        height: 12rem;
        background-color: #EABE69; }
        .home-science001 .layout .inner-science .left-box .column-item.item0 ul {
          margin-top: 2.6rem; }
          .home-science001 .layout .inner-science .left-box .column-item.item0 ul li {
            font-size: 0.7rem;
            line-height: 1;
            color: rgba(255, 255, 255, 0.8);
            padding-left: 0.4rem;
            margin-bottom: 0.5rem;
            position: relative; }
            .home-science001 .layout .inner-science .left-box .column-item.item0 ul li:before {
              content: "";
              width: 0.2rem;
              height: 0.2rem;
              background-color: #A9D677;
              border-radius: 50%;
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              left: 0; }
      .home-science001 .layout .inner-science .left-box .column-item.item1 {
        width: 14rem;
        height: 10rem;
        position: relative;
        background-image: url(../images/363/home/rcpy.jpg); }
        .home-science001 .layout .inner-science .left-box .column-item.item1:before {
          content: "";
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.5);
          position: absolute;
          left: 0;
          top: 0; }
    .home-science001 .layout .inner-science .center-box {
      margin: 0 1rem; }
      .home-science001 .layout .inner-science .center-box .science-job {
        width: 30rem;
        height: 19rem;
        background-image: url(../images/363/home/kydt.jpg);
        position: relative;
        box-sizing: border-box;
        padding: 2rem;
        margin-bottom: 2.5rem; }
        .home-science001 .layout .inner-science .center-box .science-job:before {
          content: "";
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.5);
          position: absolute;
          left: 0;
          top: 0; }
        .home-science001 .layout .inner-science .center-box .science-job h2 {
          font-weight: normal;
          position: relative; }
          .home-science001 .layout .inner-science .center-box .science-job h2 a {
            font-size: 1.6rem;
            line-height: 1;
            color: #fff;
            display: inline-block; }
        .home-science001 .layout .inner-science .center-box .science-job ul {
          margin-top: 1rem;
          position: relative; }
          .home-science001 .layout .inner-science .center-box .science-job ul li {
            margin-bottom: 1.5rem;
            display: flex;
            align-items: center; }
            .home-science001 .layout .inner-science .center-box .science-job ul li .tit {
              font-size: 0.9rem;
              line-height: 1;
              color: #fff;
              margin-right: 1.75rem; }
            .home-science001 .layout .inner-science .center-box .science-job ul li .num {
              font-size: 1.6rem;
              line-height: 1;
              color: #81BBFF;
              font-weight: bold;
              position: relative; }
              .home-science001 .layout .inner-science .center-box .science-job ul li .num:after {
                content: "项";
                font-size: 0.7rem;
                line-height: 1;
                color: rgba(255, 255, 255, 0.8);
                font-weight: normal;
                margin-left: 0.5rem; }
        .home-science001 .layout .inner-science .center-box .science-job a.more {
          width: 6rem;
          height: 2rem;
          background-color: #337ECF;
          text-align: center;
          line-height: 2rem;
          color: #fff;
          font-size: 0.8rem;
          position: absolute;
          bottom: 2rem;
          left: 2rem;
          border-radius: 5px; }
        .home-science001 .layout .inner-science .center-box .science-job i {
          font-size: 4rem;
          line-height: 1;
          color: rgba(255, 255, 255, 0.5);
          position: absolute;
          right: 1.5rem;
          bottom: 1.5rem; }
      .home-science001 .layout .inner-science .center-box .teach-box {
        display: flex;
        justify-content: space-between; }
        .home-science001 .layout .inner-science .center-box .teach-box .teach-job {
          width: 17rem;
          height: 12rem;
          background-color: #004C99;
          box-sizing: border-box;
          padding: 2rem;
          position: relative;
          display: block; }
          .home-science001 .layout .inner-science .center-box .teach-box .teach-job h2 {
            font-weight: normal;
            color: #fff;
            font-size: 1.2rem;
            line-height: 1;
            position: relative; }
            .home-science001 .layout .inner-science .center-box .teach-box .teach-job h2:after {
              content: "";
              width: 3.2rem;
              height: 2px;
              background-color: #fff;
              position: absolute;
              left: 0;
              bottom: -1.1rem;
              transition: width 0.5s; }
          .home-science001 .layout .inner-science .center-box .teach-box .teach-job ul {
            margin-top: 2rem; }
            .home-science001 .layout .inner-science .center-box .teach-box .teach-job ul li {
              margin-bottom: 0.5rem; }
              .home-science001 .layout .inner-science .center-box .teach-box .teach-job ul li a {
                display: flex;
                width: 12rem;
                height: 1.6rem;
                box-sizing: border-box;
                border: 1px solid rgba(247, 247, 247, 0.3);
                border-radius: 4px;
                align-items: center;
                justify-content: space-between;
                padding: 0 1rem; }
                .home-science001 .layout .inner-science .center-box .teach-box .teach-job ul li a p {
                  font-size: 0.9rem;
                  line-height: 1;
                  color: #fff; }
                .home-science001 .layout .inner-science .center-box .teach-box .teach-job ul li a i {
                  font-size: 12px;
                  color: #fff;
                  line-height: 1; }
                .home-science001 .layout .inner-science .center-box .teach-box .teach-job ul li a:hover {
                  background-color: rgba(255, 255, 255, 0.2); }
          .home-science001 .layout .inner-science .center-box .teach-box .teach-job i {
            font-size: 4rem;
            line-height: 1;
            color: rgba(255, 255, 255, 0.5);
            position: absolute;
            right: 1.5rem;
            bottom: 1.5rem; }
          .home-science001 .layout .inner-science .center-box .teach-box .teach-job:hover h2:after {
            width: 3.7rem; }
        .home-science001 .layout .inner-science .center-box .teach-box .column-item {
          width: 12rem;
          height: 12rem;
          background-color: #36A4AC;
          background-image: url(../images/363/home/hxqk.jpg); }
    .home-science001 .layout .inner-science .right-box {
      margin-top: 8.5rem; }
      .home-science001 .layout .inner-science .right-box .column-item.item0 {
        width: 18rem;
        height: 16rem;
        background-color: #97CA64;
        background-image: url(../images/363/home/jxdt.jpg); }
      .home-science001 .layout .inner-science .right-box .column-item.item1 {
        width: 12rem;
        height: 10rem;
        background-color: #18BEB4; }

@media (max-width: 1440px) {
  .home-science001 .layout .inner-science .left-box .column-item.item0 {
    width: 15rem; }
  .home-science001 .layout .inner-science .left-box .column-item.item1 {
    width: 12rem; }
  .home-science001 .layout .inner-science .center-box .science-job {
    width: 28rem; }
  .home-science001 .layout .inner-science .center-box .teach-box .teach-job {
    width: 16rem; }
  .home-science001 .layout .inner-science .center-box .teach-box .column-item {
    width: 11rem; }
  .home-science001 .layout .inner-science .right-box .column-item.item0 {
    width: 15rem; } }
@media (max-width: 960px) {
  .home-science001 .layout {
    padding: 0 20px; }
    .home-science001 .layout .inner-science {
      flex-wrap: wrap;
      position: relative;
      margin-top: 20px; }
      .home-science001 .layout .inner-science .column-item {
        width: calc((100% - 10px) / 2) !important;
        height: 110px !important;
        margin-bottom: 0;
        padding: 20px; }
        .home-science001 .layout .inner-science .column-item h2 {
          font-size: 16px; }
          .home-science001 .layout .inner-science .column-item h2:after {
            bottom: -12px;
            height: 2px; }
        .home-science001 .layout .inner-science .column-item i {
          right: 20px;
          bottom: 20px;
          font-size: 40px; }
      .home-science001 .layout .inner-science .left-box {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        position: absolute;
        top: 256px;
        margin-top: 0;
        height: 110px; }
        .home-science001 .layout .inner-science .left-box div {
          width: calc((100% - 10px) / 2) !important;
          height: 110px !important; }
          .home-science001 .layout .inner-science .left-box div .column-item {
            width: 100% !important;
            height: 100%; }
        .home-science001 .layout .inner-science .left-box .column-item.item0 ul {
          display: none; }
      .home-science001 .layout .inner-science .center-box {
        margin: 0;
        width: 100%; }
        .home-science001 .layout .inner-science .center-box .science-job {
          width: 100%;
          height: 246px;
          margin-bottom: 130px;
          padding: 40px; }
          .home-science001 .layout .inner-science .center-box .science-job h2 a {
            font-size: 20px; }
          .home-science001 .layout .inner-science .center-box .science-job ul {
            margin-top: 0; }
            .home-science001 .layout .inner-science .center-box .science-job ul li {
              margin: 20px 0 0; }
              .home-science001 .layout .inner-science .center-box .science-job ul li .tit {
                margin-right: 0;
                font-size: 12px; }
              .home-science001 .layout .inner-science .center-box .science-job ul li .num {
                font-size: 12px; }
                .home-science001 .layout .inner-science .center-box .science-job ul li .num:after {
                  font-size: 12px; }
          .home-science001 .layout .inner-science .center-box .science-job a.more {
            width: 76px;
            height: 24px;
            line-height: 24px;
            left: 40px;
            bottom: 40px;
            font-size: 12px; }
        .home-science001 .layout .inner-science .center-box .teach-box {
          flex-wrap: wrap; }
          .home-science001 .layout .inner-science .center-box .teach-box .teach-job {
            width: 100%;
            padding: 40px;
            height: 140px;
            margin-bottom: 10px;
            font-size: 0; }
            .home-science001 .layout .inner-science .center-box .teach-box .teach-job h2 a {
              font-size: 20px; }
            .home-science001 .layout .inner-science .center-box .teach-box .teach-job ul {
              margin-top: 20px; }
              .home-science001 .layout .inner-science .center-box .teach-box .teach-job ul li {
                margin-bottom: 10px; }
                .home-science001 .layout .inner-science .center-box .teach-box .teach-job ul li a {
                  width: 100%;
                  height: 32px; }
                  .home-science001 .layout .inner-science .center-box .teach-box .teach-job ul li a p {
                    font-size: 16px; }
      .home-science001 .layout .inner-science .right-box {
        margin-top: 0;
        width: 100%; }
        .home-science001 .layout .inner-science .right-box .column-item.item0 {
          position: absolute;
          right: 0;
          bottom: 0; }
        .home-science001 .layout .inner-science .right-box .column-item.item1 {
          margin-top: 10px;
          width: 100% !important; } }
.home-notice002 {
  height: 32rem;
  margin-top: 3rem;
  position: relative; }
  .home-notice002 > img {
    position: absolute;
    position: absolute;
    top: -20rem;
    left: 0;
    z-index: -1; }
  .home-notice002 .inner-notice {
    position: relative; }
    .home-notice002 .inner-notice .notice-item {
      width: 24rem;
      height: 30rem;
      padding: 2rem 4rem 0 2rem;
      box-sizing: border-box;
      position: absolute;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
      background-size: cover; }
      .home-notice002 .inner-notice .notice-item h1 {
        font-weight: normal;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .home-notice002 .inner-notice .notice-item h1 a.tit {
          font-size: 2rem;
          line-height: 1;
          color: #fff; }
        .home-notice002 .inner-notice .notice-item h1 a.add {
          width: 2rem;
          height: 2rem;
          text-align: center;
          line-height: 2rem;
          border-radius: 0.2rem;
          background-color: rgba(255, 255, 255, 0.2);
          color: #fff;
          display: flex;
          align-items: center;
          justify-content: center; }
      .home-notice002 .inner-notice .notice-item ul {
        margin-top: 1rem; }
        .home-notice002 .inner-notice .notice-item ul li {
          border-bottom: 1px solid rgba(255, 255, 255, 0.4);
          font-size: 0;
          padding: 1rem 0; }
          .home-notice002 .inner-notice .notice-item ul li:last-child {
            border: none; }
          .home-notice002 .inner-notice .notice-item ul li a {
            display: block;
            font-size: 0.9rem;
            color: #fff;
            line-height: 1.35rem;
            max-height: 2.7rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            height: 2.7rem;
            margin-bottom: 0.5rem; }
          .home-notice002 .inner-notice .notice-item ul li span {
            font-size: 0.8rem;
            line-height: 1;
            color: #fff; }
      .home-notice002 .inner-notice .notice-item.item0 {
        top: 0;
        left: 0;
        background-color: #337ECF;
        background-image: url(../images/363/home/yygg.jpg); }
        .home-notice002 .inner-notice .notice-item.item0 ul li a:hover {
          color: #c8dbf0; }
      .home-notice002 .inner-notice .notice-item.item1 {
        top: 2rem;
        left: 22rem;
        background-color: #f3ebd9;
        background-image: url(../images/363/home/mtbd.jpg); }
        .home-notice002 .inner-notice .notice-item.item1 h1 a.tit {
          color: #765e26; }
        .home-notice002 .inner-notice .notice-item.item1 h1 a.add {
          color: #765e26;
          background-color: rgba(118, 94, 38, 0.2); }
        .home-notice002 .inner-notice .notice-item.item1 ul li {
          border-bottom-color: rgba(118, 94, 38, 0.4); }
          .home-notice002 .inner-notice .notice-item.item1 ul li a {
            color: #765e26; }
            .home-notice002 .inner-notice .notice-item.item1 ul li a:hover {
              color: #ba933a; }
          .home-notice002 .inner-notice .notice-item.item1 ul li span {
            color: #aaa; }
      .home-notice002 .inner-notice .notice-item.item2 {
        top: 0;
        right: 0;
        background-color: #24B1B2;
        background-image: url(../images/363/home/jkzs.jpg); }
        .home-notice002 .inner-notice .notice-item.item2 ul li a:hover {
          color: #bbe8e8; }

@media (max-width: 1440px) {
  .home-notice002 .inner-notice .notice-item {
    width: 21.3rem;
    height: 26.6rem; }
    .home-notice002 .inner-notice .notice-item.item1 {
      left: 19.3rem; }
    .home-notice002 .inner-notice .notice-item ul li {
      padding: 0.5rem 0; } }
@media (max-width: 1200px) {
  .home-notice002 .inner-notice .notice-item h1 a.tit {
    font-size: 30px; } }
@media (max-width: 960px) {
  .home-notice002 {
    height: auto; }
    .home-notice002 .inner-notice {
      padding: 0 20px; }
      .home-notice002 .inner-notice .notice-item {
        padding: 20px;
        height: 400px; }
        .home-notice002 .inner-notice .notice-item h1 a.tit {
          font-size: 18px; }
        .home-notice002 .inner-notice .notice-item h1 a.add {
          width: 25px;
          height: 25px;
          line-height: 25px; }
          .home-notice002 .inner-notice .notice-item h1 a.add i {
            font-size: 16px; }
          .home-notice002 .inner-notice .notice-item h1 a.add:hover {
            width: 25px; }
            .home-notice002 .inner-notice .notice-item h1 a.add:hover span {
              display: none; }
        .home-notice002 .inner-notice .notice-item.item0, .home-notice002 .inner-notice .notice-item.item1, .home-notice002 .inner-notice .notice-item.item2 {
          position: relative;
          left: 0;
          top: 0;
          width: 100%; } }
.header-001 {
  transition: all 0.3s ease-out 0s;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  position: relative; }
  .header-001 .top-bar {
    height: 2rem;
    background-color: #004C99;
    transition: all 0.2s ease-out 0s; }
    .header-001 .top-bar > .layout {
      height: 100%; }
    .header-001 .top-bar .top-nav {
      display: flex;
      align-items: center;
      font-size: 16px;
      height: 100%; }
      .header-001 .top-bar .top-nav a {
        color: #fff;
        height: 1.4rem;
        line-height: 1.4rem;
        padding: 0 0.5rem;
        border-radius: 4px; }
        .header-001 .top-bar .top-nav a.cur {
          background-color: #EABE69; }
      .header-001 .top-bar .top-nav .line {
        margin: 0 0.5rem;
        height: 0.8rem;
        width: 1px;
        background-color: rgba(255, 255, 255, 0.2); }
        .header-001 .top-bar .top-nav .line:last-of-type {
          display: none; }
  .header-001 .header-wrap {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }
    .header-001 .header-wrap.staff {
      height: 5rem; }
    .header-001 .header-wrap.is-show .layout .logo-row .right-btn .m-search i,
    .header-001 .header-wrap.is-show .layout .logo-row .right-btn .top-qr-btn i,
    .header-001 .header-wrap.is-show .layout .logo-row .right-btn a.pc-menu i {
      color: #FFF !important; }
    .header-001 .header-wrap.is-show .layout .logo-row .right-btn a.pc-menu span, .header-001 .header-wrap.is-show .layout .logo-row .right-btn a.pc-menu:after, .header-001 .header-wrap.is-show .layout .logo-row .right-btn a.pc-menu:before {
      background-color: #fff !important; }
    .header-001 .header-wrap .layout .logo-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      z-index: 2024;
      padding: 1rem 0 0.5rem;
      height: 5rem;
      box-sizing: border-box;
      transition: all 0.2s ease-out 0s;
      overflow: hidden; }
      .header-001 .header-wrap .layout .logo-row a.logo {
        display: block;
        height: 4.5rem; }
        .header-001 .header-wrap .layout .logo-row a.logo img {
          height: 100%;
          width: auto; }
        .header-001 .header-wrap .layout .logo-row a.logo .no-top-img {
          display: none; }
      .header-001 .header-wrap .layout .logo-row .right-btn {
        display: flex;
        align-items: center; }
        .header-001 .header-wrap .layout .logo-row .right-btn .audio-start-btn {
          flex-shrink: 0;
          background-color: #004C99;
          padding: 0.25rem 0.5rem;
          color: #fff;
          margin-right: 1rem;
          font-size: 0.7rem;
          border-radius: 8px; }
        .header-001 .header-wrap .layout .logo-row .right-btn .m-search {
          display: none; }
        .header-001 .header-wrap .layout .logo-row .right-btn .pc-search {
          position: relative;
          z-index: 2024; }
          .header-001 .header-wrap .layout .logo-row .right-btn .pc-search form {
            position: relative; }
            .header-001 .header-wrap .layout .logo-row .right-btn .pc-search form .change-wrap .keyword {
              width: 16rem;
              height: 2rem;
              border-radius: 1000px;
              border: 1px solid #C9C9C9;
              box-sizing: border-box;
              padding: 0 2.2rem 0 0.85rem;
              font-size: 0.8rem; }
              .header-001 .header-wrap .layout .logo-row .right-btn .pc-search form .change-wrap .keyword::placeholder {
                color: #D7D7D7; }
            .header-001 .header-wrap .layout .logo-row .right-btn .pc-search form .change-wrap .search-submit {
              position: absolute;
              right: 1rem;
              top: 50%;
              transform: translateY(-50%);
              background-color: unset; }
              .header-001 .header-wrap .layout .logo-row .right-btn .pc-search form .change-wrap .search-submit i {
                font-size: 1.2rem;
                color: #004C99;
                line-height: 1; }
        .header-001 .header-wrap .layout .logo-row .right-btn .top-qr-btn {
          cursor: pointer;
          margin-left: 1rem;
          margin-right: 1rem;
          position: relative;
          z-index: 2024; }
          .header-001 .header-wrap .layout .logo-row .right-btn .top-qr-btn i {
            font-size: 1.2rem;
            color: #333333; }
        .header-001 .header-wrap .layout .logo-row .right-btn a.pc-menu {
          margin-left: 1rem;
          position: relative;
          z-index: 2024;
          display: flex;
          height: 1.2rem;
          width: 1.4rem;
          align-items: center;
          flex-direction: column;
          justify-content: space-between; }
          .header-001 .header-wrap .layout .logo-row .right-btn a.pc-menu span {
            display: block;
            height: 0.2rem;
            width: 100%;
            border-radius: 0.2rem;
            background-color: #333;
            transition: all 0.3s; }
          .header-001 .header-wrap .layout .logo-row .right-btn a.pc-menu:before, .header-001 .header-wrap .layout .logo-row .right-btn a.pc-menu:after {
            content: '';
            display: block;
            height: 0.2rem;
            width: 100%;
            border-radius: 0.2rem;
            background-color: #333;
            transform-origin: left;
            transition: all 0.3s; }
          .header-001 .header-wrap .layout .logo-row .right-btn a.pc-menu.is-show:before {
            transform: rotate(45deg); }
          .header-001 .header-wrap .layout .logo-row .right-btn a.pc-menu.is-show:after {
            transform: rotate(-45deg); }
          .header-001 .header-wrap .layout .logo-row .right-btn a.pc-menu.is-show span {
            opacity: 0; }
          .header-001 .header-wrap .layout .logo-row .right-btn a.pc-menu:hover span, .header-001 .header-wrap .layout .logo-row .right-btn a.pc-menu:hover:before, .header-001 .header-wrap .layout .logo-row .right-btn a.pc-menu:hover:after {
            background-color: #337ECF; }
        .header-001 .header-wrap .layout .logo-row .right-btn .wza-btn {
          margin-left: 1rem; }
          .header-001 .header-wrap .layout .logo-row .right-btn .wza-btn i {
            font-size: 1.4rem;
            color: #333; }
        @media (max-width: 1440px) {
          .header-001 .header-wrap .layout .logo-row .right-btn a.pc-menu {
            height: 16px;
            width: 18px; }
            .header-001 .header-wrap .layout .logo-row .right-btn a.pc-menu span, .header-001 .header-wrap .layout .logo-row .right-btn a.pc-menu:before, .header-001 .header-wrap .layout .logo-row .right-btn a.pc-menu:after {
              height: 3px; } }
    .header-001 .header-wrap .layout .nav .nav-ul {
      display: flex;
      justify-content: space-between;
      width: 100%;
      align-items: center; }
      .header-001 .header-wrap .layout .nav .nav-ul > li {
        font-size: 18px;
        line-height: 3rem;
        white-space: nowrap;
        position: relative;
        display: flex;
        align-items: center; }
        .header-001 .header-wrap .layout .nav .nav-ul > li > a {
          color: #333333;
          font-weight: bold;
          position: relative; }
          .header-001 .header-wrap .layout .nav .nav-ul > li > a:after {
            content: '';
            display: block;
            position: absolute;
            bottom: 0.35rem;
            left: 50%;
            height: 2px;
            width: 0;
            background-color: #F2D254;
            transition: all 0.3s; }
        .header-001 .header-wrap .layout .nav .nav-ul > li .ruifox-audio-box {
          margin-top: 0.5rem;
          position: absolute;
          right: -1.55rem; }
          .header-001 .header-wrap .layout .nav .nav-ul > li .ruifox-audio-box .mp3_player:before {
            color: #004C99; }
        .header-001 .header-wrap .layout .nav .nav-ul > li:hover > a:after {
          width: 100%;
          left: 0; }
      .header-001 .header-wrap .layout .nav .nav-ul > li.cur > a {
        font-weight: bold; }
        .header-001 .header-wrap .layout .nav .nav-ul > li.cur > a:after {
          width: 100%;
          left: 0; }
    .header-001 .header-wrap.scroll {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 99;
      width: 100%;
      background-color: #004C99; }
      .header-001 .header-wrap.scroll > .layout {
        padding-top: 0; }
        .header-001 .header-wrap.scroll > .layout .logo-row {
          height: 0;
          padding: 0; }
          .header-001 .header-wrap.scroll > .layout .logo-row .logo, .header-001 .header-wrap.scroll > .layout .logo-row .right-btn {
            display: none; }
        .header-001 .header-wrap.scroll > .layout .nav .nav-ul {
          justify-content: center; }
          .header-001 .header-wrap.scroll > .layout .nav .nav-ul > li {
            margin: 0 1.25rem;
            position: relative; }
            .header-001 .header-wrap.scroll > .layout .nav .nav-ul > li > a {
              color: #fff; }
              .header-001 .header-wrap.scroll > .layout .nav .nav-ul > li > a:after {
                background-color: #fff;
                height: 0.2rem;
                bottom: 0rem; }
            .header-001 .header-wrap.scroll > .layout .nav .nav-ul > li .subnav {
              top: 100%; }
              .header-001 .header-wrap.scroll > .layout .nav .nav-ul > li .subnav:before {
                top: -1rem;
                height: 1rem; }
    .header-001 .header-wrap #searchWrap {
      display: none;
      height: 100vh;
      width: 100vw;
      position: fixed;
      top: 0;
      left: 0;
      background-color: rgba(0, 76, 153, 0.95);
      z-index: 2025; }
      .header-001 .header-wrap #searchWrap form {
        position: relative;
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        .header-001 .header-wrap #searchWrap form .turn-down-search {
          position: absolute;
          right: 5rem;
          top: 5rem; }
          .header-001 .header-wrap #searchWrap form .turn-down-search i {
            color: #fff;
            font-size: 46px; }
        .header-001 .header-wrap #searchWrap form h2 {
          font-size: 1.6rem;
          color: #fff;
          font-weight: normal;
          margin-bottom: 2rem; }
        .header-001 .header-wrap #searchWrap form .change-wrap {
          width: 40rem;
          height: 3.2rem;
          display: flex; }
          .header-001 .header-wrap #searchWrap form .change-wrap input {
            height: 3.2rem;
            width: 40rem;
            border: none;
            box-sizing: border-box;
            padding-left: 2rem;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
            font-size: 0.9rem; }
          .header-001 .header-wrap #searchWrap form .change-wrap button {
            height: 3.2rem;
            width: 5rem;
            border: none;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
            background-color: #fff; }
            .header-001 .header-wrap #searchWrap form .change-wrap button i {
              color: #004C99;
              font-size: 34px; }
        .header-001 .header-wrap #searchWrap form .hot-search {
          display: flex;
          align-items: center;
          margin-top: 1.5rem;
          justify-content: center; }
          .header-001 .header-wrap #searchWrap form .hot-search span {
            font-size: 0.7rem;
            color: #ffffff; }
          .header-001 .header-wrap #searchWrap form .hot-search p {
            line-height: 1.7rem;
            height: 1.7rem;
            margin-right: 0.5rem;
            width: auto;
            background-color: rgba(0, 0, 0, 0.4);
            border-radius: 0.2rem; }
            .header-001 .header-wrap #searchWrap form .hot-search p a {
              box-sizing: border-box;
              padding: 0 0.5rem;
              display: block;
              height: 100%;
              width: 100%;
              border-radius: 0.2rem;
              color: #fff;
              font-size: 0.7rem; }

.header-001.version-header {
  background-color: transparent;
  position: fixed;
  top: 0; }
  .header-001.version-header .header-wrap {
    box-shadow: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent); }
    .header-001.version-header .header-wrap .layout .logo-row .right-btn .audio-start-btn {
      background-color: #fff;
      color: #004C99; }
    .header-001.version-header .header-wrap .layout .logo-row .right-btn .top-qr-btn i {
      color: #fff; }
    .header-001.version-header .header-wrap .layout .logo-row .right-btn .pc-menu span {
      background-color: #fff; }
    .header-001.version-header .header-wrap .layout .logo-row .right-btn .pc-menu::before, .header-001.version-header .header-wrap .layout .logo-row .right-btn .pc-menu::after {
      background-color: #fff; }
    .header-001.version-header .header-wrap .layout .logo-row .right-btn .wza-btn i {
      color: #fff; }
    .header-001.version-header .header-wrap .layout .nav .nav-ul > li > a {
      color: #fff;
      font-weight: bold; }
    .header-001.version-header .header-wrap .layout .nav .nav-ul > li .ruifox-audio-box .mp3_player:before {
      color: #fff; }
  .header-001.version-header .header-wrap.scroll {
    background: #004C99; }

@media (max-width: 1440px) {
  .header-001 .top-bar .top-nav {
    font-size: 14px; }
  .header-001 .header-wrap .layout .logo-row a.logo {
    height: 4.25rem; }
  .header-001 .header-wrap.scroll > .layout .nav .nav-ul > li {
    margin: 0 15px; } }
@media (max-width: 960px) {
  .header-001 {
    height: auto;
    position: fixed;
    top: 0;
    left: 0; }
    .header-001 .layout {
      width: 100%;
      box-sizing: border-box;
      padding: 0 10px; }
    .header-001 .top-bar {
      height: 10px; }
      .header-001 .top-bar .top-nav {
        display: none; }
    .header-001 .header-wrap {
      height: auto !important; }
      .header-001 .header-wrap .layout .logo-row {
        padding: 10px 0;
        height: auto; }
        .header-001 .header-wrap .layout .logo-row a.logo {
          height: 30px; }
        .header-001 .header-wrap .layout .logo-row .right-btn .audio-start-btn {
          margin-right: 4px; }
        .header-001 .header-wrap .layout .logo-row .right-btn .m-search {
          display: block;
          cursor: pointer;
          position: relative;
          z-index: 2024; }
          .header-001 .header-wrap .layout .logo-row .right-btn .m-search i {
            font-size: 1.2rem;
            color: #337ECF; }
        .header-001 .header-wrap .layout .logo-row .right-btn .pc-search {
          display: none; }
        .header-001 .header-wrap .layout .logo-row .right-btn a.pc-menu {
          margin-left: 4px; }
        .header-001 .header-wrap .layout .logo-row .right-btn .wza-btn {
          margin-left: 4px; }
      .header-001 .header-wrap .layout .nav {
        display: none; }
      .header-001 .header-wrap #searchWrap form .turn-down-search {
        right: 12px;
        top: 20px; }
        .header-001 .header-wrap #searchWrap form .turn-down-search i {
          font-size: 20px; }
      .header-001 .header-wrap #searchWrap form h2 {
        font-size: 24px;
        margin-bottom: 20px; }
      .header-001 .header-wrap #searchWrap form .change-wrap {
        width: 320px;
        height: 40px; }
        .header-001 .header-wrap #searchWrap form .change-wrap input {
          width: 320px;
          height: 40px;
          font-size: 12px;
          padding-left: 10px; }
        .header-001 .header-wrap #searchWrap form .change-wrap button {
          height: 40px;
          width: 40px; }
          .header-001 .header-wrap #searchWrap form .change-wrap button i {
            font-size: 16px; }
      .header-001 .header-wrap #searchWrap form .hot-search {
        width: 320px;
        margin-top: 20px;
        flex-wrap: wrap;
        justify-content: start; }
        .header-001 .header-wrap #searchWrap form .hot-search span {
          margin-bottom: 10px;
          display: block;
          width: 100%;
          font-size: 14px; }
        .header-001 .header-wrap #searchWrap form .hot-search p {
          margin-bottom: 10px; }
          .header-001 .header-wrap #searchWrap form .hot-search p a {
            font-size: 12px; }

  .header-001.version-header .header-wrap .layout .logo-row .right-btn .m-search i {
    color: #fff; }
  .header-001.version-header .header-wrap.no-top {
    background: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }
    .header-001.version-header .header-wrap.no-top .layout .logo-row a.logo .is-top-img {
      display: none; }
    .header-001.version-header .header-wrap.no-top .layout .logo-row a.logo .no-top-img {
      display: block; }
    .header-001.version-header .header-wrap.no-top .layout .logo-row .right-btn .top-qr-btn i {
      color: #333; }
    .header-001.version-header .header-wrap.no-top .layout .logo-row .right-btn .pc-menu span {
      background-color: #333; }
    .header-001.version-header .header-wrap.no-top .layout .logo-row .right-btn .pc-menu:after, .header-001.version-header .header-wrap.no-top .layout .logo-row .right-btn .pc-menu:before {
      background-color: #333; }
    .header-001.version-header .header-wrap.no-top .layout .logo-row .right-btn .m-search i {
      color: #004C99; }
    .header-001.version-header .header-wrap.no-top .layout .logo-row .right-btn .wza-btn i {
      color: #333; } }
@media (max-width: 460px) {
  .header-001 .header-wrap .layout .logo-row a.logo {
    height: 27px; }
  .header-001 .header-wrap .layout .logo-row .right-btn .audio-start-btn {
    padding: 2px; } }
.subnav {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  z-index: 3000;
  color: #333;
  font-size: 0.7rem;
  border-top: 5px solid #004C99;
  min-width: 9rem;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15); }
  .subnav:before {
    width: 100%;
    border-top: 25px solid transparent;
    position: absolute;
    left: 0;
    top: -30px; }
  .subnav .dropMenu {
    overflow: hidden;
    box-sizing: border-box;
    padding: 0.75rem 0; }
    .subnav .dropMenu li {
      line-height: 1.8rem;
      line-height: 1.8rem;
      max-height: 1.8rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box; }
      .subnav .dropMenu li a {
        display: block;
        box-sizing: border-box;
        line-height: 1.8rem;
        height: 1.8rem;
        font-size: 15px;
        text-align: center;
        transition: none;
        color: #004C99; }
      .subnav .dropMenu li:hover {
        background: #ededed; }

.second-nav-wrap {
  background-color: #004C99;
  background-position: center;
  background-size: cover;
  z-index: 2;
  position: relative;
  min-height: 15rem; }
  .second-nav-wrap.nav-mask:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4); }
  .second-nav-wrap .second-nav {
    position: relative; }
    .second-nav-wrap .second-nav h1 {
      height: 12rem;
      line-height: 15rem;
      color: #fff;
      font-size: 2rem;
      box-sizing: border-box;
      position: relative; }
      .second-nav-wrap .second-nav h1.text-right {
        text-align: right; }
      .second-nav-wrap .second-nav h1.text-center {
        text-align: center; }
      .second-nav-wrap .second-nav h1 .ruifox-audio-box {
        position: absolute;
        top: 63%;
        left: 58%; }
    .second-nav-wrap .second-nav .second-nav-list ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      position: relative; }
      .second-nav-wrap .second-nav .second-nav-list ul li {
        position: relative;
        margin: 0 1rem;
        height: 3rem; }
        .second-nav-wrap .second-nav .second-nav-list ul li .ruifox-audio-box {
          position: absolute;
          top: 0.25rem;
          left: 105%; }
        .second-nav-wrap .second-nav .second-nav-list ul li > a {
          position: relative;
          display: block;
          line-height: 1rem;
          font-size: 0.8rem;
          color: #fff; }
          .second-nav-wrap .second-nav .second-nav-list ul li > a:hover {
            color: #EABE69; }
        .second-nav-wrap .second-nav .second-nav-list ul li.cur > a {
          font-weight: bold; }
          .second-nav-wrap .second-nav .second-nav-list ul li.cur > a:after {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            bottom: -0.75rem;
            height: 0.2rem;
            background-color: #EABE69; }
        .second-nav-wrap .second-nav .second-nav-list ul li .more-column-box {
          display: none;
          position: absolute;
          top: 100%;
          left: 0;
          width: 68rem;
          background-color: #fff;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          z-index: 2023;
          border-bottom: 2px solid #004C99; }
          .second-nav-wrap .second-nav .second-nav-list ul li .more-column-box .inner-box {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            padding-top: 1rem; }
            .second-nav-wrap .second-nav .second-nav-list ul li .more-column-box .inner-box > div {
              margin: 0 1rem;
              height: 3rem; }
              .second-nav-wrap .second-nav .second-nav-list ul li .more-column-box .inner-box > div > a {
                position: relative;
                display: block;
                line-height: 1rem;
                font-size: 0.8rem;
                color: #333; }
                .second-nav-wrap .second-nav .second-nav-list ul li .more-column-box .inner-box > div > a:hover {
                  color: #EABE69; }
              .second-nav-wrap .second-nav .second-nav-list ul li .more-column-box .inner-box > div.cur a {
                font-weight: bold; }
                .second-nav-wrap .second-nav .second-nav-list ul li .more-column-box .inner-box > div.cur a:after {
                  content: '';
                  display: block;
                  position: absolute;
                  left: 0;
                  right: 0;
                  bottom: -0.75rem;
                  height: 0.2rem;
                  background-color: #EABE69; }
  .second-nav-wrap.dep-second-nav-wrap {
    background-color: #337ECF; }
  .second-nav-wrap .dm-second-nav {
    height: 15rem; }
    .second-nav-wrap .dm-second-nav h1 {
      padding: 3.75rem 0;
      height: auto;
      line-height: 1; }
  .second-nav-wrap .path {
    color: #fff;
    padding-top: 1rem; }
    .second-nav-wrap .path a {
      color: #fff; }

.three-nav-wrap {
  background-color: #F8F8F8;
  border-bottom: 1px solid #D7D7D7;
  min-width: 1360px;
  position: relative; }
  .three-nav-wrap .three-nav {
    line-height: 3rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .three-nav-wrap .three-nav li {
      box-sizing: border-box;
      height: 3rem;
      text-align: center;
      position: relative;
      margin: 0 1rem; }
      .three-nav-wrap .three-nav li a {
        display: block;
        font-size: 0.8rem;
        color: #333; }
        .three-nav-wrap .three-nav li a:hover {
          color: #337ECF; }
      .three-nav-wrap .three-nav li.cur:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 0.2rem;
        background-color: #FFA943; }
      .three-nav-wrap .three-nav li.cur a {
        color: #004C99;
        font-weight: bold; }

.four-nav-wrap {
  min-width: 1360px;
  background-color: #F2F2F2;
  border-bottom: 1px solid #D7D7D7;
  padding: 0.6rem 0; }
  .four-nav-wrap .four-nav {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .four-nav-wrap .four-nav li {
      box-sizing: border-box;
      height: 1.5rem;
      text-align: center;
      line-height: 1.5rem;
      border-radius: 0.2rem; }
      .four-nav-wrap .four-nav li a {
        display: block;
        font-size: 0.8rem;
        color: #333;
        padding: 0 0.9rem;
        border-radius: 0.2rem; }
      .four-nav-wrap .four-nav li.cur a {
        color: #fff;
        background-color: #004C99; }

@media (max-width: 1440px) {
  .second-nav-wrap, .three-nav-wrap, .four-nav-wrap {
    min-width: 1200px; }

  .second-nav-wrap .second-nav .second-nav-list ul li .more-column-box {
    width: 60rem; } }
@media (max-width: 1200px) {
  .second-nav-wrap, .three-nav-wrap, .four-nav-wrap {
    min-width: 960px; } }
@media (max-width: 960px) {
  .second-nav-wrap, .three-nav-wrap, .four-nav-wrap {
    min-width: 720px; }

  .second-nav-wrap {
    min-height: 120px;
    padding-top: 60px; }
    .second-nav-wrap .second-nav h1 {
      height: 150px;
      line-height: 150px;
      font-size: 18px;
      font-weight: normal; }
      .second-nav-wrap .second-nav h1 .ruifox-audio-box {
        position: absolute;
        top: 48%;
        left: 65%; }
    .second-nav-wrap .second-nav .second-nav-list {
      padding-bottom: 10px; }
      .second-nav-wrap .second-nav .second-nav-list ul li {
        height: 30px;
        margin: 0 5px; }
        .second-nav-wrap .second-nav .second-nav-list ul li.cur > a:after {
          bottom: -5px; }
        .second-nav-wrap .second-nav .second-nav-list ul li .more-column-box {
          width: 100%; }
          .second-nav-wrap .second-nav .second-nav-list ul li .more-column-box .inner-box > div {
            height: 30px; }
            .second-nav-wrap .second-nav .second-nav-list ul li .more-column-box .inner-box > div.cur a:after {
              bottom: -5px; }
    .second-nav-wrap .dm-second-nav {
      min-height: 120px;
      height: auto; }
      .second-nav-wrap .dm-second-nav h1.text-center {
        line-height: 1;
        height: auto;
        padding: 30px 0; }
    .second-nav-wrap.dep-second-nav-wrap {
      margin-top: 80px; }

  .second-nav-wrap .second-nav-list ul li a,
  .three-nav-wrap .three-nav-box ul li a,
  .four-nav-wrap .four-nav-box ul li a {
    font-size: 12px; }

  .three-nav-wrap .three-nav {
    line-height: inherit; }

  .three-nav-wrap .three-nav li {
    height: auto;
    margin-bottom: 12px; }

  .three-nav-wrap {
    padding: 14px 0 2px 0; }

  .three-nav-wrap .three-nav li.cur:after {
    height: 2px;
    bottom: -2px; }

  .four-nav-wrap {
    padding: 10px 0; }

  .four-nav-wrap .four-nav li {
    height: 20px;
    line-height: 20px; }

  .four-nav-wrap .four-nav li a {
    padding: 0 10px; } }
@media (max-width: 720px) {
  .second-nav-wrap, .three-nav-wrap, .four-nav-wrap {
    min-width: 320px; }

  .second-nav-wrap .second-nav-list ul,
  .three-nav-wrap .three-nav-box ul {
    min-width: 320px; }

  .three-nav-wrap .three-nav-box ul li {
    margin-left: 10px;
    margin-right: 10px; } }
.care-mode .second-nav-wrap .second-nav h1 {
  font-size: 2.4rem; }
.care-mode .second-nav-wrap .second-nav .second-nav-list ul li > a {
  font-size: 1.2rem; }
.care-mode .three-nav-wrap .three-nav li a {
  font-size: 1.2rem; }

.show-paper-detail .top-tool {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .show-paper-detail .top-tool a.back {
    display: flex;
    align-items: center;
    color: #004C99;
    line-height: 1;
    font-size: 0.8rem; }
    .show-paper-detail .top-tool a.back i {
      margin-right: 0.5rem; }
    .show-paper-detail .top-tool a.back:hover {
      color: #337ECF; }
  .show-paper-detail .top-tool .right-btn {
    display: flex;
    align-items: center; }
    .show-paper-detail .top-tool .right-btn a {
      color: #004C99;
      line-height: 1;
      font-size: 0.8rem; }
      .show-paper-detail .top-tool .right-btn a + a {
        margin-left: 1rem; }
      .show-paper-detail .top-tool .right-btn a:hover {
        color: #337ECF; }
      .show-paper-detail .top-tool .right-btn a.disable {
        cursor: no-drop;
        color: #ccc; }
        .show-paper-detail .top-tool .right-btn a.disable:hover {
          color: #ccc; }
.show-paper-detail .m-top-tool {
  display: none; }
.show-paper-detail .inner-paper-container {
  margin-top: 1.5rem; }
  .show-paper-detail .inner-paper-container.pc-paper-container {
    display: flex; }
    .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .left-tool {
      display: flex; }
      .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .left-tool .tool-item {
        width: 4.9rem;
        height: 2rem;
        border-radius: 4px;
        background-color: #fff;
        box-sizing: border-box;
        border: 1px solid #d7d7d7;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0.5rem;
        margin-right: 0.5rem; }
        .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .left-tool .tool-item.disable {
          cursor: no-drop; }
          .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .left-tool .tool-item.disable i, .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .left-tool .tool-item.disable span {
            color: #ccc; }
          .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .left-tool .tool-item.disable:hover {
            background-color: transparent; }
            .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .left-tool .tool-item.disable:hover i, .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .left-tool .tool-item.disable:hover span {
              color: #ccc; }
        .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .left-tool .tool-item i {
          font-size: 0.7rem;
          line-height: 1;
          color: #004C99;
          margin-right: 0.4rem; }
        .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .left-tool .tool-item span {
          color: #333;
          font-size: 0.7rem;
          line-height: 1; }
        .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .left-tool .tool-item.version-btn.active {
          background-color: #337ECF; }
          .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .left-tool .tool-item.version-btn.active i, .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .left-tool .tool-item.version-btn.active span {
            color: #fff; }
        .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .left-tool .tool-item.prev i {
          transform: rotateY(180deg); }
        .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .left-tool .tool-item.next {
          flex-direction: row-reverse; }
          .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .left-tool .tool-item.next i {
            margin-right: 0;
            margin-left: 0.4rem; }
        .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .left-tool .tool-item:hover {
          background-color: #337ECF; }
          .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .left-tool .tool-item:hover i, .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .left-tool .tool-item:hover span {
            color: #fff; }
    .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container {
      width: 28rem;
      height: fit-content;
      box-sizing: border-box;
      border: 0.5rem solid rgba(0, 76, 153, 0.15);
      margin-right: 1.5rem;
      position: relative; }
      .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container .thumb-box {
        background-color: #fff;
        box-sizing: border-box;
        padding: 0.5rem; }
        .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container .thumb-box .area-icon {
          position: relative;
          display: none; }
          .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container .thumb-box .area-icon.cur {
            display: block; }
          .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container .thumb-box .area-icon img {
            width: 100%; }
          .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container .thumb-box .area-icon .area {
            display: block;
            position: absolute; }
            .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container .thumb-box .area-icon .area:hover {
              background-color: rgba(51, 126, 207, 0.5); }
      .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container .version-box {
        width: 100%;
        height: 100%;
        background-color: #004C99;
        position: absolute;
        left: 0;
        top: 0;
        display: none;
        box-sizing: border-box;
        padding: 0 1.5rem 1rem; }
        .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container .version-box .active-mask {
          width: 27rem;
          height: 4rem;
          background-color: #337ECF;
          position: absolute;
          left: 0;
          display: none; }
        .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container .version-box h2.tit {
          font-weight: normal;
          height: 4rem;
          border-bottom: 1px solid rgba(255, 255, 255, 0.2);
          display: flex;
          justify-content: space-between;
          align-items: center;
          color: #fff; }
          .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container .version-box h2.tit span {
            font-size: 1.2rem; }
          .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container .version-box h2.tit i {
            font-size: 1rem;
            cursor: pointer; }
        .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container .version-box .version-list {
          height: calc(100% - 4rem);
          overflow-y: auto;
          overflow-x: hidden;
          position: relative; }
          .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container .version-box .version-list::-webkit-scrollbar {
            width: 0.3rem;
            height: 0.3rem;
            background-color: inherit; }
          .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container .version-box .version-list::-webkit-scrollbar-track {
            width: 0.3rem;
            border-radius: 100px;
            background-color: rgba(0, 0, 0, 0.5); }
          .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container .version-box .version-list::-webkit-scrollbar-thumb {
            width: 0.4rem;
            border-radius: 0.5rem;
            background-color: #fff; }
          .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container .version-box .version-list .version-item {
            position: relative; }
            .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container .version-box .version-list .version-item .inner-item {
              height: 4rem;
              border-bottom: 1px solid rgba(255, 255, 255, 0.2);
              display: flex;
              align-items: center;
              color: #fff;
              position: relative; }
              .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container .version-box .version-list .version-item .inner-item i {
                font-size: 12px;
                display: none;
                margin-right: 0.5rem; }
              .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container .version-box .version-list .version-item .inner-item p {
                font-size: 0.9rem;
                line-height: 1; }
            .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container .version-box .version-list .version-item.cur .inner-item i {
              display: block; }
            .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container .version-box .version-list .version-item.cur .inner-item p {
              font-weight: bold; }
    .show-paper-detail .inner-paper-container.pc-paper-container .right-article {
      flex: 1; }
      .show-paper-detail .inner-paper-container.pc-paper-container .right-article .paper-info {
        margin-top: 0.5rem;
        padding-bottom: 1rem;
        position: relative;
        border-bottom: 1px solid #d7d7d7; }
        .show-paper-detail .inner-paper-container.pc-paper-container .right-article .paper-info:after {
          content: "";
          width: 3rem;
          height: 0.2rem;
          background-color: #004C99;
          position: absolute;
          bottom: 0;
          left: 0; }
        .show-paper-detail .inner-paper-container.pc-paper-container .right-article .paper-info span {
          font-size: 0.8rem;
          line-height: 1;
          color: #333; }
          .show-paper-detail .inner-paper-container.pc-paper-container .right-article .paper-info span strong {
            color: #004C99; }
          .show-paper-detail .inner-paper-container.pc-paper-container .right-article .paper-info span + span {
            margin-left: 0.5rem; }
          .show-paper-detail .inner-paper-container.pc-paper-container .right-article .paper-info span.total {
            margin-left: 0; }
      .show-paper-detail .inner-paper-container.pc-paper-container .right-article .m-paper-info {
        display: none; }
      .show-paper-detail .inner-paper-container.pc-paper-container .right-article .article-container {
        display: none; }
        .show-paper-detail .inner-paper-container.pc-paper-container .right-article .article-container.cur {
          display: block; }
      .show-paper-detail .inner-paper-container.pc-paper-container .right-article p.version-tit {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        font-size: 1.2rem;
        line-height: 1;
        color: #004C99; }
      .show-paper-detail .inner-paper-container.pc-paper-container .right-article .article-list li {
        margin-top: 1rem;
        font-size: 0.9rem;
        line-height: 18px;
        max-height: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
        .show-paper-detail .inner-paper-container.pc-paper-container .right-article .article-list li a {
          color: #333; }
        .show-paper-detail .inner-paper-container.pc-paper-container .right-article .article-list li:hover a {
          color: #337ECF; }
      .show-paper-detail .inner-paper-container.pc-paper-container .right-article .article-info {
        margin-top: 0.5rem; }
        .show-paper-detail .inner-paper-container.pc-paper-container .right-article .article-info .top-info {
          height: 2rem;
          display: flex;
          justify-content: space-between;
          align-items: center;
          box-sizing: border-box;
          padding: 0 1rem;
          background-color: #004C99; }
          .show-paper-detail .inner-paper-container.pc-paper-container .right-article .article-info .top-info .back-list, .show-paper-detail .inner-paper-container.pc-paper-container .right-article .article-info .top-info span {
            font-size: 0.8rem;
            line-height: 1;
            color: #fff; }
          .show-paper-detail .inner-paper-container.pc-paper-container .right-article .article-info .top-info.m-top {
            display: none; }
        .show-paper-detail .inner-paper-container.pc-paper-container .right-article .article-info .article-content {
          margin-top: 1.5rem; }
          .show-paper-detail .inner-paper-container.pc-paper-container .right-article .article-info .article-content h1.article-tit {
            font-size: 1.2rem;
            line-height: 1.5;
            color: #333333;
            text-align: center;
            margin-bottom: 1.2rem; }
          .show-paper-detail .inner-paper-container.pc-paper-container .right-article .article-info .article-content .article-detail {
            font-size: 0.8rem;
            line-height: 1.2rem; }
            .show-paper-detail .inner-paper-container.pc-paper-container .right-article .article-info .article-content .article-detail img {
              max-width: 100%;
              display: block;
              margin-right: auto;
              margin-left: auto;
              height: auto !important; }
  .show-paper-detail .inner-paper-container.m-paper-container {
    display: none; }

@media (max-width: 960px) {
  .show-paper-detail .top-tool a.back {
    font-size: 12px; }
    .show-paper-detail .top-tool a.back i {
      margin-right: 4px; }
  .show-paper-detail .top-tool .right-btn a {
    font-size: 12px; }
    .show-paper-detail .top-tool .right-btn a + a {
      margin-left: 20px; }
  .show-paper-detail .pc-top-tool {
    display: none; }
  .show-paper-detail .m-top-tool {
    display: flex; }
  .show-paper-detail .inner-paper-container {
    margin-top: 0; }
    .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb,
    .show-paper-detail .inner-paper-container.pc-paper-container .thumb-container {
      display: none; }
    .show-paper-detail .inner-paper-container.pc-paper-container .right-article .paper-info {
      margin-top: 0;
      padding-bottom: 10px;
      display: flex;
      justify-content: flex-end; }
      .show-paper-detail .inner-paper-container.pc-paper-container .right-article .paper-info span + span {
        margin-left: 10px; }
      .show-paper-detail .inner-paper-container.pc-paper-container .right-article .paper-info:after, .show-paper-detail .inner-paper-container.pc-paper-container .right-article .paper-info .cur-info {
        display: none; }
    .show-paper-detail .inner-paper-container.pc-paper-container .right-article .pc-paper-info, .show-paper-detail .inner-paper-container.pc-paper-container .right-article .pc-version-tit, .show-paper-detail .inner-paper-container.pc-paper-container .right-article .pc-article-list {
      display: none; }
    .show-paper-detail .inner-paper-container.pc-paper-container .right-article .article-info {
      margin-top: 10px; }
      .show-paper-detail .inner-paper-container.pc-paper-container .right-article .article-info .top-info {
        height: 40px;
        padding: 0 20px; }
        .show-paper-detail .inner-paper-container.pc-paper-container .right-article .article-info .top-info span {
          font-size: 12px; }
        .show-paper-detail .inner-paper-container.pc-paper-container .right-article .article-info .top-info.pc-top {
          display: none; }
        .show-paper-detail .inner-paper-container.pc-paper-container .right-article .article-info .top-info.m-top {
          display: flex; }
      .show-paper-detail .inner-paper-container.pc-paper-container .right-article .article-info .article-content {
        margin-top: 20px; }
        .show-paper-detail .inner-paper-container.pc-paper-container .right-article .article-info .article-content .article-tit {
          margin-bottom: 20px;
          font-size: 18px;
          line-height: 1.5; }
    .show-paper-detail .inner-paper-container.m-paper-container {
      display: block; }
      .show-paper-detail .inner-paper-container.m-paper-container .paper-info {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px; }
        .show-paper-detail .inner-paper-container.m-paper-container .paper-info .first-layer {
          margin-bottom: 10px;
          line-height: 1; }
          .show-paper-detail .inner-paper-container.m-paper-container .paper-info .first-layer span {
            font-size: 18px;
            color: #333333;
            display: inline-block; }
            .show-paper-detail .inner-paper-container.m-paper-container .paper-info .first-layer span:first-child {
              margin-right: 10px; }
        .show-paper-detail .inner-paper-container.m-paper-container .paper-info span {
          font-size: 12px;
          line-height: 1;
          display: inline-block; }
          .show-paper-detail .inner-paper-container.m-paper-container .paper-info span strong {
            color: #004C99; }
      .show-paper-detail .inner-paper-container.m-paper-container .version-box h2.version-tit {
        height: 40px;
        background-color: #004C99;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        padding: 0 20px;
        color: #fff;
        cursor: pointer; }
        .show-paper-detail .inner-paper-container.m-paper-container .version-box h2.version-tit span {
          font-size: 16px; }
        .show-paper-detail .inner-paper-container.m-paper-container .version-box h2.version-tit i {
          font-weight: normal;
          font-size: 12px;
          transition: transform 0.5s; }
          .show-paper-detail .inner-paper-container.m-paper-container .version-box h2.version-tit i.active {
            transform: rotate(180deg); }
      .show-paper-detail .inner-paper-container.m-paper-container .version-box .version-list {
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
        padding: 0 20px;
        display: none; }
        .show-paper-detail .inner-paper-container.m-paper-container .version-box .version-list a.version-item {
          display: block;
          height: 40px;
          border-bottom: 1px solid #D7D7D7;
          font-size: 14px;
          color: #333;
          line-height: 40px;
          text-align: center; }
          .show-paper-detail .inner-paper-container.m-paper-container .version-box .version-list a.version-item:last-child {
            border-bottom: none; }
      .show-paper-detail .inner-paper-container.m-paper-container .thumb-box {
        width: 180px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        padding: 10px;
        box-sizing: border-box;
        margin: 20px auto 0;
        background-color: #fff;
        position: relative; }
        .show-paper-detail .inner-paper-container.m-paper-container .thumb-box img {
          width: 100%; }
        .show-paper-detail .inner-paper-container.m-paper-container .thumb-box .scale-btn {
          width: 30px;
          height: 30px;
          border-radius: 2px;
          background-color: rgba(0, 0, 0, 0.5);
          text-align: center;
          line-height: 30px;
          position: absolute;
          right: 10px;
          bottom: 10px;
          cursor: pointer; }
          .show-paper-detail .inner-paper-container.m-paper-container .thumb-box .scale-btn i {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.8); }
      .show-paper-detail .inner-paper-container.m-paper-container .article-list li {
        padding: 20px 0;
        border-bottom: 1px solid #D7D7D7; }
        .show-paper-detail .inner-paper-container.m-paper-container .article-list li a {
          font-size: 16px;
          color: #333333;
          line-height: 24px;
          max-height: 48px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box; } }
.show-pic-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 2025; }
  .show-pic-container .close-btn {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #000;
    color: #fff;
    border-radius: 4px;
    cursor: pointer; }
    .show-pic-container .close-btn i {
      font-size: 20px; }
  .show-pic-container .pinch-zoom-container {
    overflow: inherit !important;
    margin-top: 80px; }
  .show-pic-container .pinch-zoom,
  .show-pic-container .pinch-zoom img {
    width: 100%;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    user-drag: none; }

.list-paper001 .paper-search {
  height: 6.5rem;
  background-color: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center; }
  .list-paper001 .paper-search form {
    width: 40rem;
    position: relative; }
    .list-paper001 .paper-search form .paper-name {
      width: 100%;
      height: 2.5rem;
      box-sizing: border-box;
      border: 1px solid #d7d7d7;
      border-radius: 4px;
      background-color: #fff;
      font-size: 0.8rem;
      padding: 0 2.2rem 0 1rem; }
      .list-paper001 .paper-search form .paper-name::placeholder {
        color: #D7D7D7; }
    .list-paper001 .paper-search form .search-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 1rem;
      background: none; }
      .list-paper001 .paper-search form .search-btn i {
        font-size: 1.2rem;
        line-height: 1;
        color: #004C99; }
.list-paper001 .inner-layout {
  min-height: 20rem;
  position: relative; }
.list-paper001 .filter-paper form {
  display: flex;
  align-items: center; }
  .list-paper001 .filter-paper form .paper-select {
    margin-right: 2rem;
    display: flex;
    align-items: center; }
    .list-paper001 .filter-paper form .paper-select .label {
      font-size: 0.8rem;
      line-height: 1;
      color: #333333;
      display: inline-block;
      margin-right: 0.5rem; }
    .list-paper001 .filter-paper form .paper-select select {
      width: 6rem;
      height: 2rem;
      border: 1px solid #D7D7D7;
      box-sizing: border-box;
      padding: 0 0.8rem;
      border-radius: 4px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      cursor: pointer; }
      .list-paper001 .filter-paper form .paper-select select:after {
        content: "\e635";
        position: absolute;
        right: 0.8rem;
        font-size: 0.7rem;
        font-family: "iconfont";
        top: 0.8rem;
        color: #AAAAAA; }
      .list-paper001 .filter-paper form .paper-select select.disabled {
        cursor: no-drop; }
        .list-paper001 .filter-paper form .paper-select select.disabled:after {
          color: #C9C9C9; }
    .list-paper001 .filter-paper form .paper-select .select {
      position: relative; }
      .list-paper001 .filter-paper form .paper-select .select:after {
        content: "\e635";
        position: absolute;
        right: 0.8rem;
        font-size: 0.7rem;
        font-family: "iconfont";
        color: #AAAAAA;
        line-height: 0.45rem;
        top: 50%;
        margin-top: -0.225rem;
        transition: transform 0.3s; }
      .list-paper001 .filter-paper form .paper-select .select.disabled:after {
        color: #C9C9C9; }
      .list-paper001 .filter-paper form .paper-select .select.active:after {
        transform: rotate(180deg); }
.list-paper001 .newspaper-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.2rem; }
  .list-paper001 .newspaper-list a.newspaper-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 9rem;
    margin-right: 1.2rem;
    margin-top: 1.5rem; }
    .list-paper001 .newspaper-list a.newspaper-item .top-img {
      width: 100%;
      height: 12.5rem;
      box-sizing: border-box;
      padding: 0.5rem;
      background-color: #ffffff;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); }
      .list-paper001 .newspaper-list a.newspaper-item .top-img .img {
        width: 100%;
        height: 100%;
        overflow: hidden; }
        .list-paper001 .newspaper-list a.newspaper-item .top-img .img img {
          width: 100%;
          height: 100%;
          transition: all 0.5s; }
    .list-paper001 .newspaper-list a.newspaper-item .title {
      margin-top: 1rem;
      font-size: 0.8rem;
      color: #333333;
      text-align: center;
      line-height: 1; }
      .list-paper001 .newspaper-list a.newspaper-item .title span + span {
        margin-left: 0.5rem; }
    .list-paper001 .newspaper-list a.newspaper-item .total {
      margin-top: 0.5rem;
      font-size: 0.8rem;
      color: #aaa;
      text-align: center;
      line-height: 1; }
    .list-paper001 .newspaper-list a.newspaper-item:hover .top-img {
      box-shadow: 0 4px 10px rgba(0, 76, 153, 0.4); }
      .list-paper001 .newspaper-list a.newspaper-item:hover .top-img .img img {
        transform: scale(1.1); }
    .list-paper001 .newspaper-list a.newspaper-item:hover .title {
      color: #337ECF; }

@media (max-width: 960px) {
  .list-paper001 .paper-search {
    height: 80px;
    box-sizing: border-box;
    padding: 0 20px; }
    .list-paper001 .paper-search form {
      width: 100%; }
      .list-paper001 .paper-search form .paper-name {
        height: 40px; }
      .list-paper001 .paper-search form .search-btn {
        right: 10px; }
  .list-paper001 .inner-layout {
    padding-top: 20px !important; }
  .list-paper001 .filter-paper {
    border-bottom: 1px solid #D7D7D7; }
    .list-paper001 .filter-paper form {
      flex-wrap: wrap; }
      .list-paper001 .filter-paper form .paper-select {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px; }
        .list-paper001 .filter-paper form .paper-select .select {
          flex: 1; }
          .list-paper001 .filter-paper form .paper-select .select select {
            width: 100%; }
  .list-paper001 .newspaper-list {
    margin-right: 0;
    justify-content: space-between; }
    .list-paper001 .newspaper-list a.newspaper-item {
      margin-right: 0;
      margin-top: 20px;
      width: 47%; }
      .list-paper001 .newspaper-list a.newspaper-item .top-img {
        height: 59vw; }
      .list-paper001 .newspaper-list a.newspaper-item .title, .list-paper001 .newspaper-list a.newspaper-item .total {
        font-size: 16px;
        margin-top: 10px; } }
.list-paper-search .search-tool {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1; }
  .list-paper-search .search-tool a.back {
    display: flex;
    align-items: center;
    color: #004C99;
    line-height: 1;
    font-size: 0.8rem; }
    .list-paper-search .search-tool a.back i {
      margin-right: 0.5rem; }
    .list-paper-search .search-tool a.back:hover {
      color: #337ECF; }
  .list-paper-search .search-tool .search-count {
    font-size: 0.8rem;
    line-height: 1;
    color: #7F7F7F; }
    .list-paper-search .search-tool .search-count span {
      color: #004C99; }
.list-paper-search .article-list {
  margin-top: 0.5rem; }
  .list-paper-search .article-list ul li {
    padding: 1rem 0;
    border-bottom: 1px solid #D7D7D7; }
    .list-paper-search .article-list ul li a {
      font-family: "微软雅黑 Bold", "微软雅黑 Regular", 微软雅黑, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 0.9rem;
      line-height: 1;
      display: block;
      margin-bottom: 1rem;
      line-height: 18px;
      max-height: 18px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box; }
      .list-paper-search .article-list ul li a:hover {
        color: #337ECF; }
    .list-paper-search .article-list ul li .bottom-info {
      color: #333333;
      font-size: 0.8rem;
      line-height: 1; }
      .list-paper-search .article-list ul li .bottom-info span {
        display: inline-block; }
        .list-paper-search .article-list ul li .bottom-info span + span {
          margin-left: 0.5rem; }
      .list-paper-search .article-list ul li .bottom-info .total {
        margin-left: 0; }
      .list-paper-search .article-list ul li .bottom-info .cur {
        position: relative;
        margin-left: 1.05rem; }
        .list-paper-search .article-list ul li .bottom-info .cur:before {
          content: "";
          width: 1px;
          height: 0.8rem;
          background-color: #797979;
          position: absolute;
          top: 0;
          left: -0.5rem; }
.list-paper-search .no-search-data {
  height: 20rem;
  width: 100%;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .list-paper-search .no-search-data p {
    font-size: 1rem;
    color: #444444;
    line-height: 1;
    margin-bottom: 1rem; }
    .list-paper-search .no-search-data p span {
      color: #FF5240; }
  .list-paper-search .no-search-data > span {
    font-size: 0.8rem;
    line-height: 1;
    color: #7F7F7F; }
  .list-paper-search .no-search-data a.gosearch-btn {
    display: block;
    width: 7rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 4px;
    text-align: center;
    font-size: 0.8rem;
    color: #fff;
    background-color: #004C99;
    margin-top: 1rem; }

@media (max-width: 960px) {
  .list-paper-search .search-tool a.back {
    font-size: 14px; }
    .list-paper-search .search-tool a.back i {
      font-size: 14px; }
  .list-paper-search .search-tool .search-count {
    font-size: 14px; }
  .list-paper-search .no-search-data {
    position: relative;
    height: auto;
    margin-top: 80px; }
    .list-paper-search .no-search-data p {
      font-size: 16px;
      margin-bottom: 10px; }
    .list-paper-search .no-search-data > span {
      font-size: 14px; }
    .list-paper-search .no-search-data a.gosearch-btn {
      width: 104px;
      height: 34px;
      line-height: 34px;
      font-size: 14px;
      margin-top: 40px; }
  .list-paper-search .article-list {
    margin-top: 10px; }
    .list-paper-search .article-list ul li {
      padding: 10px 0; }
      .list-paper-search .article-list ul li a {
        font-size: 16px;
        line-height: 24px;
        max-height: 48px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        margin-bottom: 10px; }
      .list-paper-search .article-list ul li .bottom-info {
        font-size: 12px; } }
.all-cats-box {
  display: none;
  position: absolute;
  background-color: #004C99;
  height: 100vh;
  width: 100vw;
  z-index: 2023;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding-top: 2rem; }
  .all-cats-box > .header-layout {
    position: relative;
    height: 5rem; }
    .all-cats-box > .header-layout .top-nav {
      display: flex;
      align-items: center;
      font-size: 0.8rem;
      height: 1.8rem;
      position: absolute;
      right: 0;
      transition: all 0.3s;
      opacity: 0.3;
      top: 5rem; }
      .all-cats-box > .header-layout .top-nav a {
        color: #fff; }
        .all-cats-box > .header-layout .top-nav a i {
          margin-right: 0.25rem; }
      .all-cats-box > .header-layout .top-nav .line {
        margin: 0 1rem;
        height: 0.8rem;
        width: 1px;
        background-color: #fff;
        opacity: 0.3; }
        .all-cats-box > .header-layout .top-nav .line:last-of-type {
          display: none; }
  .all-cats-box.is-show > .header-layout .top-nav {
    opacity: 1;
    right: 0;
    top: 4rem;
    z-index: 10; }
    @media (max-width: 960px) {
      .all-cats-box.is-show > .header-layout .top-nav {
        top: 20px;
        right: 40px; } }
  .all-cats-box.is-show .all-cats-content {
    opacity: 1;
    transform: translateY(0);
    width: 1360px;
    margin-top: 2rem; }
    @media (max-width: 1440px) {
      .all-cats-box.is-show .all-cats-content {
        width: 1200px; } }
    @media (max-width: 1280px) {
      .all-cats-box.is-show .all-cats-content {
        width: 960px; } }
    @media (max-width: 960px) {
      .all-cats-box.is-show .all-cats-content {
        width: 100%;
        box-sizing: border-box;
        margin-top: 0; } }
  .all-cats-box .all-cats-content {
    margin: 0 auto 0;
    height: calc(100vh - 8.3rem);
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0.3;
    transition: all 0.3s;
    transform: translateY(5rem); }
    .all-cats-box .all-cats-content::-webkit-scrollbar {
      width: 8px;
      height: 8px;
      background-color: inherit; }
    .all-cats-box .all-cats-content::-webkit-scrollbar-track {
      border-radius: 8px;
      background-color: inherit; }
    .all-cats-box .all-cats-content::-webkit-scrollbar-thumb {
      border-radius: 8px;
      background-color: #fff; }
    .all-cats-box .all-cats-content .inner-all-cats-content {
      min-height: 100%;
      align-items: flex-start; }
      .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box {
        padding-bottom: 1.5rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        margin-bottom: 1.5rem; }
        .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box:first-child {
          display: none; }
        .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box .first-nav-title {
          font-size: 1.2rem;
          display: flex;
          align-items: center; }
          .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box .first-nav-title a {
            color: #fff; }
          .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box .first-nav-title .ruifox-audio-box {
            margin-left: 0.5rem;
            margin-top: 0.35rem; }
          .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box .first-nav-title i {
            display: none;
            color: #fff;
            transition: all 0.2s; }
        .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box.active .first-nav-title i {
          transform: rotate(180deg); }
        .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box .second-nav-box {
          float: left;
          max-width: unset;
          padding-right: 1rem;
          margin-right: 1rem;
          position: relative;
          margin-top: 1.5rem; }
          .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box .second-nav-box:after {
            content: "";
            height: 0.8rem;
            border-left: 1px solid rgba(255, 255, 255, 0.4);
            position: absolute;
            right: 0;
            top: 0.2rem; }
          .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box .second-nav-box:last-child:after {
            display: none; }
          .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box .second-nav-box .second-nav-title {
            font-size: 1rem;
            line-height: 1;
            display: flex;
            align-items: center; }
            .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box .second-nav-box .second-nav-title a {
              color: #fff; }
            .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box .second-nav-box .second-nav-title .ruifox-audio-box {
              margin-left: 0.5rem;
              position: relative;
              top: 3px; }
          .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box .second-nav-box .third-nav-box .third-nav-title {
            font-size: 0.8rem;
            line-height: 1;
            margin-top: 1rem; }
            .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box .second-nav-box .third-nav-box .third-nav-title a {
              color: rgba(255, 255, 255, 0.71); }
            .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box .second-nav-box .third-nav-box .third-nav-title:before {
              content: '';
              display: inline-block;
              height: 5px;
              width: 5px;
              background-color: rgba(255, 255, 255, 0.71);
              margin-right: 8px;
              position: relative;
              top: -2px; }

@media (max-width: 960px) {
  .all-cats-box {
    padding-top: 60px; }
    .all-cats-box > .header-layout {
      height: 50px;
      padding: 0 20px;
      width: 100%;
      box-sizing: border-box; }
      .all-cats-box > .header-layout .top-nav {
        top: 20px;
        right: 40px; }
    .all-cats-box .all-cats-content {
      margin-top: 10px;
      height: calc(100vh - 120px); }
      .all-cats-box .all-cats-content::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        background-color: inherit; }
      .all-cats-box .all-cats-content::-webkit-scrollbar-track {
        border-radius: 5px;
        background-color: inherit; }
      .all-cats-box .all-cats-content::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: #fff; }
      .all-cats-box .all-cats-content .inner-all-cats-content {
        flex-direction: column;
        height: auto;
        justify-content: flex-start;
        box-sizing: border-box;
        padding: 0 20px; }
        .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box {
          width: 100%;
          margin-right: 0;
          margin-bottom: 0;
          padding-bottom: 0;
          border: none; }
          .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box:first-child {
            display: block; }
          .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box .first-nav-title {
            font-size: 1.2rem;
            height: 60px;
            line-height: 60px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.4);
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box .first-nav-title a {
              flex: 1; }
            .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box .first-nav-title .ruifox-audio-box {
              margin-right: 2rem; }
            .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box .first-nav-title i {
              display: inline-block;
              width: 16px; }
          .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box .second-nav-box {
            display: none; }
            .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box .second-nav-box .third-nav-box {
              display: flex;
              flex-wrap: wrap; }
              .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box .second-nav-box .third-nav-box .third-nav-title {
                margin-right: 10px; }
        .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box:nth-child(1) .first-nav-title {
          border-top: 1px solid rgba(255, 255, 255, 0.4); }

  .all-cats-box.is-show .header-layout .top-nav {
    top: 0;
    right: 40px; }
    .all-cats-box.is-show .header-layout .top-nav .line {
      margin: 0 5px; } }
.all-qrcode-box {
  display: none;
  position: fixed;
  background-color: #004C99;
  height: 100vh;
  width: 100vw;
  z-index: 2024;
  top: 0;
  left: 0;
  box-sizing: border-box; }
  .all-qrcode-box .index-header {
    position: absolute;
    top: 3rem;
    left: 0;
    width: 100%; }
    .all-qrcode-box .index-header .index-layout {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .all-qrcode-box .index-header a.logo {
      display: block;
      height: 4rem; }
      .all-qrcode-box .index-header a.logo img {
        height: 100%; }
    .all-qrcode-box .index-header .right-nav {
      display: flex;
      align-items: center; }
      .all-qrcode-box .index-header .right-nav .top-nav {
        display: flex;
        align-items: center;
        font-size: 0.8rem;
        line-height: 1;
        transform: translateX(30px);
        transition: all 0.3s;
        opacity: 0.3; }
        .all-qrcode-box .index-header .right-nav .top-nav a {
          color: #fff; }
          .all-qrcode-box .index-header .right-nav .top-nav a i {
            margin-right: 0.25rem; }
        .all-qrcode-box .index-header .right-nav .top-nav .line {
          margin: 0 1rem;
          height: 0.8rem;
          width: 1px;
          background-color: #fff;
          opacity: 0.3; }
          .all-qrcode-box .index-header .right-nav .top-nav .line:last-of-type {
            display: none; }
      .all-qrcode-box .index-header .right-nav .right-btn {
        display: flex;
        z-index: 2024;
        margin-left: 2rem; }
        .all-qrcode-box .index-header .right-nav .right-btn a.close-qr-btn {
          position: relative;
          z-index: 2024;
          display: flex;
          height: 1.2rem;
          width: 1.4rem;
          align-items: center;
          flex-direction: column;
          justify-content: space-between; }
          .all-qrcode-box .index-header .right-nav .right-btn a.close-qr-btn:before, .all-qrcode-box .index-header .right-nav .right-btn a.close-qr-btn:after {
            content: '';
            display: block;
            height: 0.2rem;
            width: 100%;
            border-radius: 0.2rem;
            background-color: #fff;
            transform-origin: left;
            transition: all 0.3s; }
          .all-qrcode-box .index-header .right-nav .right-btn a.close-qr-btn:before {
            transform: rotate(45deg); }
          .all-qrcode-box .index-header .right-nav .right-btn a.close-qr-btn:after {
            transform: rotate(-45deg); }
        @media (max-width: 1200px) {
          .all-qrcode-box .index-header .right-nav .right-btn a.close-qr-btn {
            height: 20px;
            width: 24px; }
            .all-qrcode-box .index-header .right-nav .right-btn a.close-qr-btn span, .all-qrcode-box .index-header .right-nav .right-btn a.close-qr-btn:before, .all-qrcode-box .index-header .right-nav .right-btn a.close-qr-btn:after {
              height: 3px; } }
  .all-qrcode-box .qrcode-container {
    width: 40rem;
    margin: 0 auto;
    height: 100vh;
    box-sizing: border-box; }
    .all-qrcode-box .qrcode-container .qr-list {
      display: flex;
      flex-wrap: wrap;
      position: relative;
      top: 50%;
      transform: translateY(calc(-50% + 2rem));
      margin: 0 auto;
      overflow-y: auto;
      margin-right: -0.5rem;
      max-height: calc(100vh - 230px); }
      .all-qrcode-box .qrcode-container .qr-list::-webkit-scrollbar {
        width: 0.3rem;
        height: 0.3rem;
        background-color: inherit; }
      .all-qrcode-box .qrcode-container .qr-list::-webkit-scrollbar-track {
        width: 0.3rem;
        border-radius: 100px;
        background-color: rgba(0, 0, 0, 0.5); }
      .all-qrcode-box .qrcode-container .qr-list::-webkit-scrollbar-thumb {
        width: 0.5rem;
        border-radius: 8px;
        background-color: #fff; }
      .all-qrcode-box .qrcode-container .qr-list .qr-item {
        width: 8rem;
        margin: 0 1rem 2rem;
        cursor: pointer;
        text-align: center; }
        .all-qrcode-box .qrcode-container .qr-list .qr-item .qr-img {
          width: 100%;
          height: 8rem;
          border-radius: 10px;
          overflow: hidden;
          display: flex;
          justify-content: center;
          align-items: center;
          background-color: rgba(255, 255, 255, 0.2);
          margin-bottom: 1rem;
          position: relative; }
          .all-qrcode-box .qrcode-container .qr-list .qr-item .qr-img img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: all 0.3s; }
          .all-qrcode-box .qrcode-container .qr-list .qr-item .qr-img i {
            font-size: 3rem;
            color: #fff; }
        .all-qrcode-box .qrcode-container .qr-list .qr-item span {
          font-size: 0.8rem;
          color: #fff;
          line-height: 1; }
        .all-qrcode-box .qrcode-container .qr-list .qr-item:hover .qr-img img {
          opacity: 1; }
        .all-qrcode-box .qrcode-container .qr-list .qr-item:hover .qr-img i {
          opacity: 0; }
  .all-qrcode-box.is-show .index-layout .right-nav .top-nav {
    opacity: 1;
    transform: translateX(0); }
  .all-qrcode-box.is-show .all-qrcode-content {
    opacity: 1;
    transform: translateY(0); }

@media (max-width: 1280px) {
  .staff-all-qrcode-box .index-header .right-nav {
    position: relative; }
    .staff-all-qrcode-box .index-header .right-nav .top-nav {
      position: absolute;
      top: 3.5rem;
      right: 0;
      width: max-content; } }
@media (max-width: 960px) {
  .all-qrcode-box .index-header {
    top: 20px; }
    .all-qrcode-box .index-header a.logo {
      height: 30px; }
    .all-qrcode-box .index-header .right-nav {
      position: relative; }
      .all-qrcode-box .index-header .right-nav .top-nav {
        position: absolute;
        top: 40px;
        right: -10px;
        width: calc(100vw - 20px);
        flex-wrap: wrap;
        justify-content: center; }
        .all-qrcode-box .index-header .right-nav .top-nav a {
          flex-shrink: 0;
          font-size: 12px; }
        .all-qrcode-box .index-header .right-nav .top-nav .line {
          flex-shrink: 0;
          margin: 0 5px; }
      .all-qrcode-box .index-header .right-nav .right-btn .search-btn {
        margin: 0 10px; }
      .all-qrcode-box .index-header .right-nav .right-btn a.en {
        margin-right: 10px; }
  .all-qrcode-box .qrcode-container {
    width: 100%; }
    .all-qrcode-box .qrcode-container .qr-list .qr-item {
      width: calc((100% - 6rem) / 3); }
      .all-qrcode-box .qrcode-container .qr-list .qr-item .qr-img {
        height: calc((100vw - 8rem) / 3); } }
.all-qrcode-box .index-layout {
  width: 80rem;
  margin: 0 auto; }
  @media (max-width: 1600px) {
    .all-qrcode-box .index-layout {
      width: 68rem; } }
  @media (max-width: 1440px) {
    .all-qrcode-box .index-layout {
      width: 60rem; } }
  @media (max-width: 1280px) {
    .all-qrcode-box .index-layout {
      width: 48rem; } }
  @media (max-width: 960px) {
    .all-qrcode-box .index-layout {
      width: 100%;
      min-width: 360px;
      padding: 0 20px;
      box-sizing: border-box; } }

.news-show001 {
  padding-bottom: 4rem;
  display: flex;
  justify-content: space-between; }
  .news-show001 .list-item.has-right {
    width: 40rem; }
  .news-show001 .list-item {
    width: 100%; }
    .news-show001 .list-item .content {
      width: 100%;
      border-bottom: 1px solid #AAAAAA;
      padding-bottom: 1rem;
      position: relative; }
      .news-show001 .list-item .content .news-title {
        border-bottom: 1px solid #D7D7D7;
        padding-bottom: 1rem;
        color: #444;
        position: relative; }
        .news-show001 .list-item .content .news-title:after {
          content: "";
          display: block;
          width: 7.1rem;
          height: 0.1rem;
          background-color: #004C99;
          position: absolute;
          bottom: 0;
          left: 0; }
        .news-show001 .list-item .content .news-title p {
          font-size: 0.9rem;
          line-height: 1.5;
          text-align: center; }
        .news-show001 .list-item .content .news-title p.top-title {
          margin-bottom: 0.5rem; }
        .news-show001 .list-item .content .news-title p.sub-title {
          margin-top: 0.5rem; }
        .news-show001 .list-item .content .news-title h1 {
          text-align: center;
          font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 1.6rem;
          color: #333333;
          line-height: 1.5; }
        .news-show001 .list-item .content .news-title span {
          font-size: 0.7rem;
          color: #888;
          line-height: 1;
          display: inline-block; }
        .news-show001 .list-item .content .news-title .time-comefrom {
          margin-top: 2rem;
          font-size: 0; }
          .news-show001 .list-item .content .news-title .time-comefrom span.comefrom {
            margin-left: 1.05rem;
            position: relative; }
            .news-show001 .list-item .content .news-title .time-comefrom span.comefrom:before {
              content: "";
              height: 14px;
              width: 1px;
              background-color: #D7D7D7;
              position: absolute;
              top: 0;
              left: -0.5rem; }
        .news-show001 .list-item .content .news-title .news-author {
          font-size: 0;
          margin-top: 0.7rem; }
          .news-show001 .list-item .content .news-title .news-author span {
            margin-right: 1rem;
            position: relative; }
            .news-show001 .list-item .content .news-title .news-author span + span:before {
              content: "";
              height: 14px;
              width: 1px;
              background-color: #D7D7D7;
              position: absolute;
              left: -0.5rem;
              top: 0; }
        .news-show001 .list-item .content .news-title .ruifox-audio-box {
          position: absolute;
          right: 0;
          bottom: 1rem;
          align-items: center; }
          .news-show001 .list-item .content .news-title .ruifox-audio-box .mp3_player:before {
            color: #004C99; }
        .news-show001 .list-item .content .news-title .ctrl {
          position: absolute;
          right: 0;
          bottom: 1rem;
          display: flex;
          align-items: center; }
          .news-show001 .list-item .content .news-title .ctrl span {
            color: #333333;
            font-size: 0.7rem;
            line-height: 1; }
          .news-show001 .list-item .content .news-title .ctrl .btn {
            color: #7F7F7F;
            font-size: 1rem;
            margin-left: 0.5rem;
            line-height: 1;
            cursor: pointer; }
            .news-show001 .list-item .content .news-title .ctrl .btn i {
              font-size: 1rem; }
            .news-show001 .list-item .content .news-title .ctrl .btn:hover {
              color: #337ECF; }
              .news-show001 .list-item .content .news-title .ctrl .btn:hover i {
                color: #337ECF; }
      .news-show001 .list-item .content .news-content {
        padding-top: 2rem; }
        .news-show001 .list-item .content .news-content p {
          margin-bottom: 8px;
          font-size: 16px;
          line-height: 1.5;
          font-family: "Microsoft YaHei UI","Microsoft YaHei",Arial,SimSun,"Segoe UI",Tahoma,Helvetica,sans-serif; }
        .news-show001 .list-item .content .news-content img {
          max-width: 100% !important;
          display: block;
          margin-right: auto;
          margin-left: auto;
          height: auto !important; }
      .news-show001 .list-item .content .original-title {
        font-size: 0.8rem;
        color: #7F7F7F;
        line-height: 1.5;
        margin-top: 1rem; }
      .news-show001 .list-item .content .share-box {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: 1rem;
        font-size: 0; }
        .news-show001 .list-item .content .share-box span {
          color: #333333;
          font-size: 0.7rem;
          line-height: 1;
          display: inline-block; }
        .news-show001 .list-item .content .share-box .share-btn {
          margin-left: 0.5rem; }
          .news-show001 .list-item .content .share-box .share-btn i {
            font-size: 1rem;
            line-height: 1;
            color: #7F7F7F; }
          .news-show001 .list-item .content .share-box .share-btn:hover i {
            color: #337ECF; }
    .news-show001 .list-item .left-tit {
      font-size: 1.2rem;
      line-height: 1;
      color: #333;
      font-weight: normal; }
    .news-show001 .list-item .related-expert {
      margin-top: 2rem; }
      .news-show001 .list-item .related-expert ul {
        margin-top: 1rem; }
        .news-show001 .list-item .related-expert ul li {
          margin-top: 0.5rem; }
          .news-show001 .list-item .related-expert ul li a {
            height: 7.95rem;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            background-color: #fff;
            box-sizing: border-box;
            padding: 1rem;
            display: flex; }
            .news-show001 .list-item .related-expert ul li a .doc-img {
              width: 4.5rem;
              height: 6rem;
              margin-right: 2rem;
              flex-shrink: 0;
              overflow: hidden;
              border-radius: 4px; }
              .news-show001 .list-item .related-expert ul li a .doc-img img {
                width: 100%;
                height: 100%; }
            .news-show001 .list-item .related-expert ul li a .doc-info .doc-name {
              font-size: 0.9rem;
              color: #333;
              line-height: 1;
              margin-top: 0.5rem; }
            .news-show001 .list-item .related-expert ul li a .doc-info .dep-protit {
              display: flex;
              margin-top: 0.5rem;
              font-size: 0; }
              .news-show001 .list-item .related-expert ul li a .doc-info .dep-protit .depart {
                font-size: 0.7rem;
                color: #000;
                line-height: 1; }
              .news-show001 .list-item .related-expert ul li a .doc-info .dep-protit .protit {
                margin-left: 1rem; }
                .news-show001 .list-item .related-expert ul li a .doc-info .dep-protit .protit span {
                  font-size: 0.7rem;
                  color: #000;
                  display: inline-block;
                  line-height: 1;
                  position: relative; }
                  .news-show001 .list-item .related-expert ul li a .doc-info .dep-protit .protit span + span:before {
                    content: "/"; }
            .news-show001 .list-item .related-expert ul li a .doc-info .goodat {
              margin-top: 0.5rem;
              color: #7F7F7F;
              line-height: 1.05rem;
              max-height: 3.15rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              font-size: 0.7rem; }
            .news-show001 .list-item .related-expert ul li a:hover .doc-info .doc-name {
              color: #337ECF; }
    .news-show001 .list-item .related-depart {
      margin-top: 2rem; }
      .news-show001 .list-item .related-depart ul li {
        padding: 1rem 0;
        border-bottom: 1px solid #D7D7D7;
        box-sizing: border-box; }
        .news-show001 .list-item .related-depart ul li .dep-tit {
          display: inline-block;
          font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 0.9rem;
          color: #333333;
          line-height: 1;
          margin-bottom: 1rem; }
          .news-show001 .list-item .related-depart ul li .dep-tit:hover {
            color: #337ECF; }
        .news-show001 .list-item .related-depart ul li .dep-intro {
          font-size: 0.7rem;
          color: #7F7F7F;
          line-height: 21px;
          max-height: 42px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box; }
  .news-show001 .news-right {
    width: 17rem; }
    .news-show001 .news-right a.column-tit {
      width: 100%;
      color: #333333;
      display: flex;
      align-items: center;
      justify-content: space-between;
      box-sizing: border-box;
      line-height: 1; }
      .news-show001 .news-right a.column-tit span {
        font-size: 1.2rem; }
      .news-show001 .news-right a.column-tit i {
        font-size: 0.8rem; }
      .news-show001 .news-right a.column-tit:hover {
        color: #004C99; }
    .news-show001 .news-right ul {
      margin-top: 1rem;
      width: 100%; }
      .news-show001 .news-right ul li {
        width: 100%;
        height: 4.5rem;
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
        margin-bottom: 1rem;
        background-color: #fff;
        transition: all 0.5s;
        position: relative;
        overflow: hidden; }
        .news-show001 .news-right ul li:hover a img {
          opacity: 0.15; }
        .news-show001 .news-right ul li:hover a p.title, .news-show001 .news-right ul li:hover a .time {
          color: #337ECF; }
        .news-show001 .news-right ul li a {
          width: 100%;
          height: 100%;
          display: block;
          box-sizing: border-box;
          padding: 0.5rem;
          font-size: 0;
          position: relative; }
          .news-show001 .news-right ul li a img {
            position: absolute;
            bottom: 0;
            right: 0;
            opacity: 0; }
          .news-show001 .news-right ul li a .time {
            font-size: 0.7rem;
            color: #004C99;
            display: inline-block;
            line-height: 1; }
          .news-show001 .news-right ul li a p.title {
            font-size: 0.8rem;
            line-height: 1.2rem;
            max-height: 2.4rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            color: #333333;
            margin-top: 0.4rem; }

@media (max-width: 960px) {
  .news-show001-box .inner-layout {
    padding: 0 20px; }

  .news-show001 {
    display: block; }
    .news-show001 .list-item.has-right {
      width: 100%; }
    .news-show001 .news-right {
      width: 100%;
      margin-top: 20px; } }
.care-mode .news-show001 .list-item .content .news-title h1 {
  font-size: 2rem; }
.care-mode .news-show001 .list-item .content .news-title span {
  font-size: 0.9rem; }
.care-mode .news-show001 .list-item .content .news-title .ctrl {
  display: none; }
.care-mode .news-show001 .list-item .content .news-content p, .care-mode .news-show001 .list-item .content .news-content div, .care-mode .news-show001 .list-item .content .news-content span, .care-mode .news-show001 .list-item .content .news-content a {
  font-size: 1.2rem !important; }
.care-mode .news-show001 .list-item .content .share-box span {
  font-size: 0.9rem; }

.list-doctor001 .filter-doctor {
  padding: 0 1rem;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .list-doctor001 .filter-doctor .layer-item {
    padding: 20px 0;
    border-bottom: 1px solid #E4E4E4; }
    .list-doctor001 .filter-doctor .layer-item:last-child {
      border-bottom: none; }
    .list-doctor001 .filter-doctor .layer-item .label {
      display: inline-block;
      width: 80px;
      margin-right: 1rem;
      font-size: 16px;
      color: #333333;
      line-height: 1;
      margin-top: 0.4rem;
      height: 16px;
      flex-shrink: 0; }
    .list-doctor001 .filter-doctor .layer-item .list-item {
      display: flex;
      flex-wrap: wrap;
      margin-right: -14px; }
      .list-doctor001 .filter-doctor .layer-item .list-item li {
        margin-right: 14px;
        margin-bottom: 10px; }
        .list-doctor001 .filter-doctor .layer-item .list-item li.cur a {
          background-color: #004C99;
          color: #fff; }
        .list-doctor001 .filter-doctor .layer-item .list-item li a {
          display: block;
          border-radius: 4px;
          line-height: 32px;
          height: 32px;
          padding: 0 1rem;
          font-size: 16px; }
          .list-doctor001 .filter-doctor .layer-item .list-item li a:hover {
            color: #337ECF; }
  .list-doctor001 .filter-doctor .area-depclass {
    display: flex;
    align-items: center; }
    .list-doctor001 .filter-doctor .area-depclass .class-item {
      font-size: 0;
      margin-right: 60px;
      display: flex;
      align-items: center; }
      .list-doctor001 .filter-doctor .area-depclass .class-item span {
        display: inline-block;
        width: 80px;
        margin-right: 1rem;
        font-size: 16px;
        color: #333333;
        line-height: 1; }
      .list-doctor001 .filter-doctor .area-depclass .class-item .select-box {
        position: relative; }
        .list-doctor001 .filter-doctor .area-depclass .class-item .select-box.disabled .choose {
          cursor: not-allowed;
          color: #AAAAAA; }
          .list-doctor001 .filter-doctor .area-depclass .class-item .select-box.disabled .choose::placeholder {
            color: #AAAAAA; }
        .list-doctor001 .filter-doctor .area-depclass .class-item .select-box.disabled > i {
          color: #AAAAAA; }
        .list-doctor001 .filter-doctor .area-depclass .class-item .select-box .choose {
          border: 1px solid #C9C9C9;
          border-radius: 4px;
          outline: none;
          width: 12rem;
          height: 2rem;
          line-height: 2rem;
          font-size: 16px;
          cursor: pointer;
          color: #333;
          padding: 0 0 0 10px;
          box-sizing: border-box;
          z-index: 1;
          position: relative;
          background-color: transparent; }
          .list-doctor001 .filter-doctor .area-depclass .class-item .select-box .choose.disabled {
            cursor: not-allowed;
            color: #AAAAAA; }
            .list-doctor001 .filter-doctor .area-depclass .class-item .select-box .choose.disabled::placeholder {
              color: #AAAAAA; }
          .list-doctor001 .filter-doctor .area-depclass .class-item .select-box .choose::placeholder {
            font-size: 16px;
            color: #333; }
        .list-doctor001 .filter-doctor .area-depclass .class-item .select-box .option {
          width: 12rem;
          background-color: #fff;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          position: absolute;
          top: 2.1rem;
          left: 0;
          display: none;
          z-index: 111; }
          .list-doctor001 .filter-doctor .area-depclass .class-item .select-box .option ul {
            padding: 0; }
            .list-doctor001 .filter-doctor .area-depclass .class-item .select-box .option ul li {
              height: 3rem;
              box-sizing: border-box;
              padding: 0 10px;
              position: relative;
              line-height: 3rem; }
              .list-doctor001 .filter-doctor .area-depclass .class-item .select-box .option ul li:after {
                content: '';
                display: block;
                width: calc(100% - 20px);
                position: absolute;
                height: 1px;
                background-color: #F2F2F2;
                bottom: 0;
                left: 10px; }
              .list-doctor001 .filter-doctor .area-depclass .class-item .select-box .option ul li a {
                color: #333;
                font-size: 16px;
                display: block; }
              .list-doctor001 .filter-doctor .area-depclass .class-item .select-box .option ul li:hover, .list-doctor001 .filter-doctor .area-depclass .class-item .select-box .option ul li.cur {
                background-color: #F2F2F2; }
                .list-doctor001 .filter-doctor .area-depclass .class-item .select-box .option ul li:hover a, .list-doctor001 .filter-doctor .area-depclass .class-item .select-box .option ul li.cur a {
                  color: #337ECF; }
        .list-doctor001 .filter-doctor .area-depclass .class-item .select-box > i {
          position: absolute;
          top: 0.8rem;
          right: 10px;
          font-size: 14px;
          line-height: 10px;
          transition: all 0.5s;
          display: inline-block;
          color: #333333; }
          .list-doctor001 .filter-doctor .area-depclass .class-item .select-box > i.active {
            transform: rotate(180deg); }
  .list-doctor001 .filter-doctor .department-list {
    display: flex;
    padding-bottom: 10px; }
  .list-doctor001 .filter-doctor .protit-list {
    display: flex;
    position: relative;
    padding-bottom: 10px; }
    .list-doctor001 .filter-doctor .protit-list .list-box {
      overflow: hidden;
      max-height: 42px; }
      .list-doctor001 .filter-doctor .protit-list .list-box .list-item {
        margin-right: 0; }
      .list-doctor001 .filter-doctor .protit-list .list-box.open {
        max-height: 150px; }
    .list-doctor001 .filter-doctor .protit-list .toggle-btn {
      height: 24px;
      width: 24px;
      border-radius: 4px;
      box-sizing: border-box;
      border: 1px solid #004C99;
      line-height: 24px;
      text-align: center;
      position: absolute;
      top: 1.2rem;
      right: 0;
      display: none;
      cursor: pointer; }
      .list-doctor001 .filter-doctor .protit-list .toggle-btn i {
        font-size: 14px;
        color: #004C99;
        transition: all 0.5s;
        display: inline-block;
        position: relative;
        top: -3px; }
      .list-doctor001 .filter-doctor .protit-list .toggle-btn.active {
        border: none;
        background-color: #337ECF; }
        .list-doctor001 .filter-doctor .protit-list .toggle-btn.active i {
          transform: rotate(180deg);
          color: #fff; }
    .list-doctor001 .filter-doctor .protit-list.over .toggle-btn {
      display: block; }
  .list-doctor001 .filter-doctor .search-layer {
    display: flex;
    align-items: center;
    font-size: 0; }
    .list-doctor001 .filter-doctor .search-layer > span {
      display: inline-block;
      width: 80px;
      margin-right: 1rem;
      font-size: 16px;
      color: #333333;
      line-height: 1; }
    .list-doctor001 .filter-doctor .search-layer .search-form {
      display: flex;
      align-items: center; }
    .list-doctor001 .filter-doctor .search-layer .doctor-name {
      border: 1px solid #C9C9C9;
      border-radius: 4px;
      outline: none;
      width: 12rem;
      height: 2rem;
      line-height: 2rem;
      font-size: 16px;
      color: #333333;
      box-sizing: border-box; }
      .list-doctor001 .filter-doctor .search-layer .doctor-name::placeholder {
        font-size: 16px;
        color: #D7D7D7; }
      .list-doctor001 .filter-doctor .search-layer .doctor-name:focus {
        border-color: #337ECF; }
    .list-doctor001 .filter-doctor .search-layer .doc-search-btn {
      background-color: #004C99;
      color: #fff;
      margin-left: 60px;
      border: none;
      width: 80px; }
      .list-doctor001 .filter-doctor .search-layer .doc-search-btn:hover {
        border: none;
        background-color: #337ECF;
        color: #fff; }
    .list-doctor001 .filter-doctor .search-layer button {
      height: 2rem;
      font-size: 16px;
      text-align: center;
      line-height: 2rem;
      border-radius: 4px; }
    .list-doctor001 .filter-doctor .search-layer .reset-btn {
      border: 1px solid #004C99;
      background-color: #fff;
      margin-left: 20px;
      width: 132px;
      text-align: center;
      height: 2rem;
      font-size: 16px;
      text-align: center;
      line-height: 2rem;
      border-radius: 4px;
      display: block;
      box-sizing: border-box; }
      .list-doctor001 .filter-doctor .search-layer .reset-btn i, .list-doctor001 .filter-doctor .search-layer .reset-btn span {
        color: #004C99;
        font-size: 16px; }
      .list-doctor001 .filter-doctor .search-layer .reset-btn i {
        margin-right: 0.5rem; }
      .list-doctor001 .filter-doctor .search-layer .reset-btn:hover {
        border: none;
        background-color: #337ECF; }
        .list-doctor001 .filter-doctor .search-layer .reset-btn:hover i, .list-doctor001 .filter-doctor .search-layer .reset-btn:hover span {
          color: #fff; }
.list-doctor001 .haschosen-doctor {
  padding: 20px 0 10px;
  border-bottom: 1px solid #d7d7d7;
  display: flex;
  justify-content: flex-end; }
  .list-doctor001 .haschosen-doctor .doctor-num {
    font-size: 16px;
    line-height: 1;
    color: #333; }
    .list-doctor001 .haschosen-doctor .doctor-num span {
      color: #337ECF; }

@media (max-width: 1200px) {
  .list-doctor001 .filter-doctor .layer-item .label {
    font-size: 14px;
    height: 14px;
    width: 70px; }
  .list-doctor001 .filter-doctor .layer-item .list-item {
    margin-right: -8px; }
    .list-doctor001 .filter-doctor .layer-item .list-item li {
      margin-right: 8px;
      margin-bottom: 8px; }
      .list-doctor001 .filter-doctor .layer-item .list-item li a {
        line-height: 24px;
        height: 24px;
        font-size: 14px; }
  .list-doctor001 .filter-doctor .area-depclass .class-item {
    margin-right: 42px; }
    .list-doctor001 .filter-doctor .area-depclass .class-item span {
      width: 70px;
      font-size: 14px; }
    .list-doctor001 .filter-doctor .area-depclass .class-item .select-box .choose {
      font-size: 14px; }
      .list-doctor001 .filter-doctor .area-depclass .class-item .select-box .choose::placeholder {
        font-size: 14px; }
    .list-doctor001 .filter-doctor .area-depclass .class-item .select-box .option ul li a {
      font-size: 14px; }
  .list-doctor001 .filter-doctor .department-list {
    padding-bottom: 8px; }
  .list-doctor001 .filter-doctor .protit-list {
    padding-bottom: 8px; }
    .list-doctor001 .filter-doctor .protit-list .list-box {
      max-height: 32px; }
      .list-doctor001 .filter-doctor .protit-list .list-box.open {
        max-height: 100px; }
  .list-doctor001 .filter-doctor .search-layer > span {
    width: 70px;
    font-size: 14px; }
  .list-doctor001 .filter-doctor .search-layer .doctor-name {
    font-size: 14px; }
    .list-doctor001 .filter-doctor .search-layer .doctor-name::placeholder {
      font-size: 14px; }
  .list-doctor001 .filter-doctor .search-layer .doc-search-btn {
    margin-left: 43px;
    width: 60px; }
  .list-doctor001 .filter-doctor .search-layer button {
    font-size: 14px; }
  .list-doctor001 .filter-doctor .search-layer .reset-btn {
    margin-left: 26px;
    width: 111px;
    font-size: 14px; }
    .list-doctor001 .filter-doctor .search-layer .reset-btn i, .list-doctor001 .filter-doctor .search-layer .reset-btn span {
      color: #004C99;
      font-size: 14px; } }
@media (max-width: 960px) {
  .list-doctor001 .filter-doctor {
    position: relative; }
    .list-doctor001 .filter-doctor .area-depclass {
      flex-wrap: wrap; }
      .list-doctor001 .filter-doctor .area-depclass .class-item {
        width: 100%;
        margin-right: 0; }
        .list-doctor001 .filter-doctor .area-depclass .class-item.area {
          margin-bottom: 20px; }
        .list-doctor001 .filter-doctor .area-depclass .class-item span {
          margin-right: 10px;
          flex-shrink: 0; }
        .list-doctor001 .filter-doctor .area-depclass .class-item .select-box {
          width: 100%; }
          .list-doctor001 .filter-doctor .area-depclass .class-item .select-box .choose {
            width: 100%; }
          .list-doctor001 .filter-doctor .area-depclass .class-item .select-box .option {
            width: 100%; }
    .list-doctor001 .filter-doctor .department-list {
      flex-wrap: wrap; }
    .list-doctor001 .filter-doctor .layer-item .label {
      margin-top: 0;
      margin-bottom: 10px;
      width: 100%; }
    .list-doctor001 .filter-doctor .layer-item .list-item li {
      margin-bottom: 10px;
      margin-right: 10px; }
      .list-doctor001 .filter-doctor .layer-item .list-item li a {
        height: 30px;
        line-height: 30px; }
    .list-doctor001 .filter-doctor .protit-list {
      flex-wrap: wrap;
      padding: 10px 0;
      position: relative; }
      .list-doctor001 .filter-doctor .protit-list .list-box {
        max-height: 70px; }
        .list-doctor001 .filter-doctor .protit-list .list-box.open {
          max-height: 400px; }
      .list-doctor001 .filter-doctor .protit-list .toggle-btn {
        bottom: 10px;
        top: auto; }
        .list-doctor001 .filter-doctor .protit-list .toggle-btn i {
          top: -1px; }
    .list-doctor001 .filter-doctor .search-layer {
      align-items: flex-start; }
      .list-doctor001 .filter-doctor .search-layer > span {
        margin-top: 8px;
        margin-right: 10px; }
      .list-doctor001 .filter-doctor .search-layer .doctor-name {
        width: 100%; }
      .list-doctor001 .filter-doctor .search-layer .doc-search-btn {
        margin-left: 0;
        margin-top: 20px; }
      .list-doctor001 .filter-doctor .search-layer .search-form {
        flex: 1;
        flex-wrap: wrap; }
      .list-doctor001 .filter-doctor .search-layer .reset-btn {
        position: absolute;
        left: 148px;
        bottom: 20px; }
  .list-doctor001 .haschosen-doctor .doctor-num {
    font-size: 14px; } }
.show-doctor001 {
  min-height: 30rem;
  padding-bottom: 5rem; }
  .show-doctor001 .basic-msg {
    background-color: #004C99;
    position: relative;
    padding-bottom: 3rem;
    min-height: 21rem;
    box-sizing: border-box; }
    .show-doctor001 .basic-msg > img {
      position: absolute;
      opacity: 0.3; }
      .show-doctor001 .basic-msg > img.yxy_left {
        top: 0;
        left: 0; }
      .show-doctor001 .basic-msg > img.yxy_right {
        right: 0;
        bottom: 0;
        width: 18rem; }
    .show-doctor001 .basic-msg .path {
      color: #fff; }
      .show-doctor001 .basic-msg .path a {
        color: #fff; }
    .show-doctor001 .basic-msg .inner-basic-msg {
      margin-top: 2rem;
      display: flex; }
      .show-doctor001 .basic-msg .inner-basic-msg .doc-header {
        width: 9rem;
        height: 12rem;
        position: relative;
        flex-shrink: 0;
        margin-right: 3rem; }
        .show-doctor001 .basic-msg .inner-basic-msg .doc-header img {
          width: 100%;
          height: 100%;
          position: relative;
          z-index: 1; }
        .show-doctor001 .basic-msg .inner-basic-msg .doc-header:after {
          content: "";
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.2);
          position: absolute;
          right: -0.5rem;
          bottom: -0.5rem; }
      .show-doctor001 .basic-msg .inner-basic-msg .doc-info {
        flex: 1; }
        .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail {
          border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
          padding-bottom: 1rem;
          position: relative; }
          .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail h1 {
            font-weight: normal;
            font-size: 1.6rem;
            line-height: 1;
            color: #fff; }
          .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail a.more001 {
            width: 8.4rem;
            height: 2rem;
            border-radius: 4px;
            background-color: #337ECF;
            position: absolute;
            right: 0;
            top: 0;
            justify-content: center; }
          .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail .protit-dep {
            display: flex;
            margin-top: 1rem; }
            .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail .protit-dep p {
              font-size: 1rem;
              line-height: 1;
              color: #fff; }
              .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail .protit-dep p + p {
                margin-left: 1rem; }
              .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail .protit-dep p a {
                color: #fff; }
                .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail .protit-dep p a:hover {
                  color: rgba(255, 255, 255, 0.6); }
          .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail .position-box {
            margin-top: 1rem; }
            .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail .position-box span {
              border: 1px solid rgba(255, 255, 255, 0.6);
              border-radius: 4px;
              color: rgba(255, 255, 255, 0.6);
              height: 1.6rem;
              line-height: 1.6rem;
              box-sizing: border-box;
              font-size: 0.8rem;
              padding: 0 0.5rem;
              display: inline-block; }
              .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail .position-box span + span {
                margin-left: 0.5rem; }
          .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail .good-at {
            margin-top: 1rem;
            font-size: 0.8rem;
            line-height: 1.2rem;
            display: flex; }
            .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail .good-at span {
              color: rgba(255, 255, 255, 0.6);
              flex-shrink: 0; }
            .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail .good-at p {
              color: #fff; }
        .show-doctor001 .basic-msg .inner-basic-msg .doc-info .m-doc-brief {
          display: none; }
        .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-brief {
          font-size: 0.8rem;
          line-height: 2;
          margin-top: 1rem;
          color: #fff; }
  .show-doctor001 .detail-intro {
    padding: 2rem 0 0; }
    .show-doctor001 .detail-intro h1 {
      font-weight: normal;
      font-size: 1.6rem;
      line-height: 1;
      color: #333; }
    .show-doctor001 .detail-intro .doc-intro {
      margin-top: 1rem; }
      .show-doctor001 .detail-intro .doc-intro p, .show-doctor001 .detail-intro .doc-intro span {
        color: #333;
        font-size: 0.8rem !important;
        line-height: 1.6rem !important;
        font-family: 'Arial Normal', 'Arial', sans-serif !important;
        font-weight: 400 !important;
        font-style: normal !important; }
  .show-doctor001 .doc-visits {
    margin-top: 3rem;
    display: none; }
    .show-doctor001 .doc-visits.cur {
      display: block; }
    .show-doctor001 .doc-visits .inner-layout h1 {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: normal; }
      .show-doctor001 .doc-visits .inner-layout h1 .tit a {
        color: #333;
        font-size: 1.6rem;
        line-height: 1;
        margin-right: 1rem;
        display: inline-block; }
      .show-doctor001 .doc-visits .inner-layout h1 .tit span {
        font-size: 0.8rem;
        color: #7F7F7F; }
      .show-doctor001 .doc-visits .inner-layout h1 a.more {
        display: flex;
        align-items: center; }
        .show-doctor001 .doc-visits .inner-layout h1 a.more span {
          font-size: 0.8rem;
          line-height: 1;
          color: #7F7F7F; }
        .show-doctor001 .doc-visits .inner-layout h1 a.more i {
          font-size: 1rem;
          line-height: 1;
          color: #004C99;
          margin-left: 0.5rem; }
    .show-doctor001 .doc-visits .inner-layout .date-display {
      margin-top: 1rem; }
      .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .loading {
        padding: 100px 0;
        display: flex;
        justify-content: center; }
      .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .week-slick-arrows {
        display: flex;
        justify-content: flex-end; }
        .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .week-slick-arrows i {
          width: 1.2rem;
          height: 1.2rem;
          border-radius: 50%;
          box-sizing: border-box;
          border: 1px solid #004C99;
          line-height: 1.2rem;
          text-align: center;
          color: #004C99;
          font-size: 10px;
          cursor: pointer; }
          .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .week-slick-arrows i.prev {
            margin-right: 0.4rem; }
          .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .week-slick-arrows i:hover {
            color: #fff;
            background-color: #004C99; }
          .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .week-slick-arrows i.slick-disabled {
            border-color: #ccc;
            color: #ccc;
            cursor: no-drop; }
            .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .week-slick-arrows i.slick-disabled:hover {
              color: #ccc;
              background-color: #fff; }
      .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table {
        margin-top: 0.5rem; }
        .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .table-head {
          display: flex;
          height: 3rem;
          box-sizing: border-box;
          border: 1px solid #8ECECD; }
          .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .table-head .th {
            background-color: #004C99;
            color: #fff;
            box-sizing: border-box;
            flex-shrink: 0;
            font-size: 0.8rem;
            height: 3rem;
            text-align: center; }
            .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .table-head .th.depart {
              width: 7.05rem;
              line-height: 3rem; }
            .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .table-head .th.time {
              width: 3.15rem;
              line-height: 3rem;
              border-left: 1px solid #8ECECD; }
          .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .table-head .weekday-slider {
            flex: 1;
            width: 49.7rem;
            margin-bottom: 0; }
            .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .table-head .weekday-slider .th {
              display: flex;
              flex-direction: column;
              align-items: center;
              justify-content: center;
              border-left: 1px solid #8ECECD; }
              .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .table-head .weekday-slider .th p {
                line-height: 1.2rem; }
        .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .visits-loading {
          width: 100%;
          border: 1px solid rgba(0, 76, 153, 0.5);
          min-height: 25rem;
          align-items: center;
          box-sizing: border-box; }
        .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table {
          width: 100%;
          border: 1px solid rgba(0, 76, 153, 0.5);
          border-collapse: collapse;
          text-align: center;
          font-size: 0.8rem;
          box-sizing: border-box; }
          .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table .first_tr td:nth-child(odd) {
            background-color: rgba(0, 76, 153, 0.05); }
          .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table tr:not(.first_tr) td:nth-child(even) {
            background-color: rgba(0, 76, 153, 0.05); }
          .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td {
            border: 1px solid rgba(0, 76, 153, 0.5);
            width: 7.1rem;
            box-sizing: border-box;
            min-height: 4rem;
            padding: 1rem 0; }
            .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td.depart-title {
              width: 7.1rem;
              background-color: #F8F8F8 !important;
              color: #004C99;
              line-height: 1.2rem;
              font-weight: bold; }
              .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td.depart-title p + p {
                font-size: 0.7rem; }
            .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td.depart-time {
              width: 3.2rem; }
            .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item {
              margin-bottom: 1rem;
              position: relative; }
              .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item:last-child {
                margin-bottom: 0; }
              .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .name {
                font-size: 0.8rem;
                color: #333;
                margin-bottom: 0.3rem; }
              .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .status-mode {
                font-size: 0.7rem;
                color: #AAAAAA; }
              .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info {
                display: none;
                position: absolute;
                top: 1.75rem;
                white-space: nowrap;
                left: 50%;
                transform: translateX(-50%);
                min-width: 12.25rem;
                background: #fff;
                text-align: left;
                padding: 0.5rem;
                border: 1px solid #ddd;
                -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
                box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
                z-index: 4; }
                .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info:before, .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info:after {
                  content: "◆";
                  color: white;
                  font-family: simsun;
                  font-size: 1.5rem;
                  line-height: 0;
                  position: absolute;
                  top: 0px;
                  left: 50%;
                  transform: translateX(-50%); }
                .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info:before {
                  color: #ddd;
                  top: -1px; }
                .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info p {
                  margin-bottom: 0.5rem;
                  color: #333; }
                  .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info p:last-child {
                    margin-bottom: 0; }
                  .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info p.visits-dp {
                    color: #ea5a54; }
                    .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info p.visits-dp span {
                      color: #333; }
              .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item:hover .visits-info {
                display: block; }
      .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table {
        display: none; }
  .show-doctor001 .dep-doctor {
    margin-top: 3rem; }
    .show-doctor001 .dep-doctor h1 {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: normal; }
      .show-doctor001 .dep-doctor h1 a.tit {
        color: #333;
        font-size: 1.6rem;
        line-height: 1; }
      .show-doctor001 .dep-doctor h1 a.more {
        display: flex;
        align-items: center; }
        .show-doctor001 .dep-doctor h1 a.more span {
          font-size: 0.8rem;
          line-height: 1;
          color: #7F7F7F; }
        .show-doctor001 .dep-doctor h1 a.more i {
          font-size: 1rem;
          line-height: 1;
          color: #004C99;
          margin-left: 0.5rem; }
        .show-doctor001 .dep-doctor h1 a.more:hover span {
          color: #337ECF; }
    .show-doctor001 .dep-doctor .doc-list {
      display: flex;
      justify-content: center;
      margin: 2rem -0.6rem 0; }
      .show-doctor001 .dep-doctor .doc-list .doc-item {
        margin: 0 0.6rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 9rem; }
        .show-doctor001 .dep-doctor .doc-list .doc-item a.img {
          display: block;
          width: 100%;
          height: 12rem;
          overflow: hidden; }
          .show-doctor001 .dep-doctor .doc-list .doc-item a.img img {
            width: 100%;
            height: 100%;
            transition: all 0.3s; }
          .show-doctor001 .dep-doctor .doc-list .doc-item a.img:hover img {
            transform: scale(1.1); }
        .show-doctor001 .dep-doctor .doc-list .doc-item a.tit {
          font-size: 0.9rem;
          line-height: 1;
          color: #004C99;
          margin-top: 0.5rem; }
        .show-doctor001 .dep-doctor .doc-list .doc-item .protit {
          margin-top: 0.5rem;
          text-align: center;
          font-size: 0; }
          .show-doctor001 .dep-doctor .doc-list .doc-item .protit span {
            font-size: 0.7rem;
            line-height: 1;
            color: #333; }
            .show-doctor001 .dep-doctor .doc-list .doc-item .protit span + span {
              margin-left: 0.5rem; }
    .show-doctor001 .dep-doctor .m-doc-list {
      display: none; }

@media (max-width: 960px) {
  .show-doctor001 .inner-layout {
    padding: 0 20px; }
  .show-doctor001 .basic-msg {
    padding-top: 60px; }
    .show-doctor001 .basic-msg > img.yxy_left {
      display: none; }
    .show-doctor001 .basic-msg > img.yxy_right {
      width: 180px; }
    .show-doctor001 .basic-msg .inner-basic-msg {
      flex-direction: column;
      align-items: center; }
      .show-doctor001 .basic-msg .inner-basic-msg .doc-header {
        margin-right: 0; }
        .show-doctor001 .basic-msg .inner-basic-msg .doc-header:after {
          display: none; }
      .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail {
        padding-bottom: 20px; }
        .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail a.more001 {
          display: none; }
        .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail h1 {
          font-size: 24px;
          margin-top: 20px;
          text-align: center; }
        .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail .protit-dep {
          flex-direction: column;
          align-items: center;
          margin-top: 20px; }
          .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail .protit-dep p {
            font-size: 14px; }
            .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail .protit-dep p + p {
              margin-left: 0;
              margin-top: 10px; }
        .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail .position-box {
          text-align: center;
          margin-top: 10px; }
          .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail .position-box span {
            line-height: 28px;
            height: 28px;
            font-size: 12px; }
        .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail .good-at {
          margin-top: 20px;
          display: block; }
          .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail .good-at span {
            font-size: 16px;
            line-height: 1; }
          .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail .good-at p {
            font-size: 16px;
            line-height: 32px;
            margin-top: 8px; }
      .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-brief {
        display: none; }
      .show-doctor001 .basic-msg .inner-basic-msg .doc-info .m-doc-brief {
        display: block;
        margin-top: 20px;
        font-size: 16px;
        line-height: 32px;
        color: #fff; }
  .show-doctor001 .detail-intro {
    display: none; }
  .show-doctor001 .doc-visits .inner-layout h1 .tit {
    position: relative;
    font-size: 0; }
    .show-doctor001 .doc-visits .inner-layout h1 .tit a {
      font-size: 18px; }
    .show-doctor001 .doc-visits .inner-layout h1 .tit span {
      position: absolute;
      left: 0;
      top: 25px;
      white-space: nowrap; }
  .show-doctor001 .doc-visits .inner-layout .date-display {
    margin-top: 30px; }
    .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .week-slick-arrows, .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .pc-table {
      display: none; }
    .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table {
      display: block; }
      .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table {
        width: 100%;
        border: 1px solid rgba(0, 76, 153, 0.5);
        border-collapse: collapse;
        text-align: center;
        font-size: 0.7rem;
        color: #333; }
        .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table th, .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td {
          border: 1px solid rgba(0, 76, 153, 0.5);
          height: 2rem;
          width: 25%; }
        .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table th.depart {
          background-color: #004C99;
          color: #fff; }
        .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table tbody td:nth-child(even) {
          background-color: rgba(29, 157, 154, 0.05); }
        .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td {
          min-height: 60px;
          padding: 20px 0; }
          .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item {
            margin-bottom: 20px;
            position: relative; }
            .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item:last-child {
              margin-bottom: 0; }
            .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .name {
              font-size: 14px;
              color: #333;
              margin-bottom: 6px; }
            .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .status-mode {
              font-size: 12px;
              color: #AAAAAA; }
            .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info {
              display: none;
              position: absolute;
              top: 1.75rem;
              white-space: nowrap;
              left: 50%;
              transform: translateX(-50%);
              min-width: 12.25rem;
              background: #fff;
              text-align: left;
              padding: 0.5rem;
              border: 1px solid #ddd;
              -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
              box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
              z-index: 4; }
              .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info:before, .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info:after {
                content: "◆";
                color: white;
                font-family: simsun;
                font-size: 1.5rem;
                line-height: 0;
                position: absolute;
                top: 0px;
                left: 50%;
                transform: translateX(-50%); }
              .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info:before {
                color: #ddd;
                top: -1px; }
              .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info p {
                margin-bottom: 0.5rem;
                color: #333; }
                .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info p:last-child {
                  margin-bottom: 0; }
                .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info p.visits-dp {
                  color: #ea5a54; }
                  .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info p.visits-dp span {
                    color: #333; }
            .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item:hover .visits-info {
              display: block; }
  .show-doctor001 .dep-doctor h1 a.tit {
    font-size: 18px; }
  .show-doctor001 .dep-doctor h1 a.more span {
    font-size: 12px; }
  .show-doctor001 .dep-doctor h1 a.more i {
    font-size: 16px; }
  .show-doctor001 .dep-doctor .doc-list {
    display: none; }
  .show-doctor001 .dep-doctor .m-doc-list {
    display: block;
    position: relative;
    margin-top: 20px; }
    .show-doctor001 .dep-doctor .m-doc-list .line {
      width: calc(( 100% - 88px ) / 2);
      border-bottom: 1px solid #D7D7D7;
      position: absolute;
      bottom: 12px; }
      .show-doctor001 .dep-doctor .m-doc-list .line.prev {
        left: 0; }
      .show-doctor001 .dep-doctor .m-doc-list .line.next {
        right: 0; }
    .show-doctor001 .dep-doctor .m-doc-list .m-slick-arrow {
      position: absolute;
      width: 24px;
      height: 24px;
      line-height: 24px;
      text-align: center;
      border-radius: 50%;
      box-sizing: border-box;
      border: 1px solid #D7D7D7;
      color: rgba(215, 215, 215, 0.9);
      background-color: #fff;
      font-size: 12px;
      bottom: 0;
      cursor: no-drop; }
      .show-doctor001 .dep-doctor .m-doc-list .m-slick-arrow.prev {
        right: calc(50% + 10px); }
      .show-doctor001 .dep-doctor .m-doc-list .m-slick-arrow.next {
        left: calc(50% + 10px); }
    .show-doctor001 .dep-doctor .m-doc-list .doc-slider {
      margin-right: -20px;
      padding-bottom: 44px; }
      .show-doctor001 .dep-doctor .m-doc-list .doc-slider .doc-item {
        margin-right: 20px;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .show-doctor001 .dep-doctor .m-doc-list .doc-slider .doc-item a.img {
          display: block;
          width: 100%;
          height: 56vw;
          overflow: hidden; }
          .show-doctor001 .dep-doctor .m-doc-list .doc-slider .doc-item a.img img {
            width: 100%;
            height: 100%; }
        .show-doctor001 .dep-doctor .m-doc-list .doc-slider .doc-item a.tit {
          font-size: 16px;
          line-height: 1;
          color: #349191;
          margin-top: 10px; }
        .show-doctor001 .dep-doctor .m-doc-list .doc-slider .doc-item .protit {
          margin-top: 10px;
          text-align: center;
          font-size: 0; }
          .show-doctor001 .dep-doctor .m-doc-list .doc-slider .doc-item .protit span {
            font-size: 12px;
            line-height: 1;
            color: #333; }
            .show-doctor001 .dep-doctor .m-doc-list .doc-slider .doc-item .protit span + span {
              margin-left: 10px; }
      .show-doctor001 .dep-doctor .m-doc-list .doc-slider .slick-arrow {
        position: absolute;
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        border-radius: 50%;
        box-sizing: border-box;
        border: 1px solid #AC9354;
        color: rgba(172, 147, 84, 0.9);
        background-color: #fff;
        font-size: 12px;
        bottom: 0;
        cursor: pointer; }
        .show-doctor001 .dep-doctor .m-doc-list .doc-slider .slick-arrow.prev {
          right: calc(50% + 20px); }
        .show-doctor001 .dep-doctor .m-doc-list .doc-slider .slick-arrow.next {
          left: 50%; } }
.list-images001 {
  display: flex;
  margin-right: -1.5rem;
  flex-wrap: wrap; }
  .list-images001 .img-item {
    width: 19rem;
    margin-right: 1.5rem;
    margin-bottom: 2rem; }
    .list-images001 .img-item a.img-box {
      display: block;
      width: 100%;
      height: 11rem;
      box-sizing: border-box;
      border: 1px solid #D7D7D7;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
      background-color: #fff;
      padding: 10px; }
      .list-images001 .img-item a.img-box .img {
        width: 100%;
        height: 100%;
        overflow: hidden; }
        .list-images001 .img-item a.img-box .img img {
          width: 100%;
          height: 100%;
          transition: all 0.5s; }
      .list-images001 .img-item a.img-box:hover .img img {
        transform: scale(1.1); }
    .list-images001 .img-item a.title {
      text-align: center;
      font-size: 0.9rem;
      color: #333333;
      line-height: 18px;
      max-height: 18px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      margin-top: 10px; }
    .list-images001 .img-item:hover a.title {
      color: #337ECF; }

@media (max-width: 960px) {
  .list-images001 {
    margin-right: 0; }
    .list-images001 .img-item {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px; }
      .list-images001 .img-item a.img-box {
        height: 51.5vw; }
      .list-images001 .img-item a.title {
        font-size: 16px;
        line-height: 16px;
        max-height: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box; } }
.show-images001 {
  padding-bottom: 3rem;
  position: relative; }
  .show-images001 .images-info {
    font-size: 0;
    border-bottom: 1px solid #AAAAAA;
    padding-bottom: 1rem; }
    .show-images001 .images-info .img-title {
      font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
      font-weight: 700;
      font-style: normal;
      line-height: 2.4rem;
      font-size: 1.6rem;
      color: #333333; }
    .show-images001 .images-info .img-info {
      margin-top: 1rem;
      margin-bottom: 1.5rem;
      padding-bottom: 0.5rem;
      border-bottom: 1px solid #E4E4E4;
      position: relative;
      display: flex;
      flex-wrap: wrap; }
      .show-images001 .images-info .img-info:after {
        content: "";
        display: block;
        width: 12rem;
        height: 0.1rem;
        background-color: #004C99;
        position: absolute;
        bottom: 0;
        left: 0; }
      .show-images001 .images-info .img-info span {
        font-size: 0.7rem;
        color: #888888;
        line-height: 1;
        position: relative;
        display: inline-block;
        margin-left: 21px;
        margin-bottom: 0.5rem; }
        .show-images001 .images-info .img-info span:before {
          content: "";
          width: 1px;
          height: 0.7rem;
          background-color: #D7D7D7;
          position: absolute;
          left: -10px;
          top: 0; }
      .show-images001 .images-info .img-info .first-line span:first-child {
        margin-left: 0; }
        .show-images001 .images-info .img-info .first-line span:first-child:before {
          display: none; }
    .show-images001 .images-info .img-display {
      position: relative;
      z-index: 1; }
      .show-images001 .images-info .img-display .img-box-slider {
        position: relative;
        margin-bottom: 0;
        transition: height 0.3s;
        overflow: hidden; }
        .show-images001 .images-info .img-display .img-box-slider .inner-img-bg {
          min-height: 20rem;
          background-color: #F2F2F2;
          border: 1px solid #D7D7D7;
          box-sizing: border-box;
          display: flex;
          justify-content: center;
          align-items: center; }
          .show-images001 .images-info .img-display .img-box-slider .inner-img-bg img {
            max-width: 100%;
            object-fit: contain; }
        .show-images001 .images-info .img-display .img-box-slider .slick-arrow {
          width: 50%;
          height: 100%;
          position: absolute;
          top: 0;
          cursor: pointer;
          z-index: 1; }
          .show-images001 .images-info .img-display .img-box-slider .slick-arrow i {
            width: 4rem;
            height: 4rem;
            border-radius: 4px;
            background-color: rgba(255, 255, 255, 0.8);
            line-height: 4rem;
            text-align: center;
            font-size: 1.2rem;
            color: rgba(0, 0, 0, 0.9);
            position: absolute;
            top: 50%;
            transform: translateY(-50%); }
            .show-images001 .images-info .img-display .img-box-slider .slick-arrow i:hover {
              background-color: #fff;
              color: #337ECF; }
          .show-images001 .images-info .img-display .img-box-slider .slick-arrow.prev {
            left: 0; }
            .show-images001 .images-info .img-display .img-box-slider .slick-arrow.prev i {
              left: 4px; }
          .show-images001 .images-info .img-display .img-box-slider .slick-arrow.next {
            right: 0; }
            .show-images001 .images-info .img-display .img-box-slider .slick-arrow.next i {
              right: 4px; }
      .show-images001 .images-info .img-display .count-imgtit {
        margin-top: 1rem;
        line-height: 1;
        display: flex; }
        .show-images001 .images-info .img-display .count-imgtit .count {
          font-size: 0;
          flex-shrink: 0; }
          .show-images001 .images-info .img-display .count-imgtit .count span {
            display: inline-block; }
          .show-images001 .images-info .img-display .count-imgtit .count .cur {
            color: #337ECF;
            font-size: 1.2rem; }
          .show-images001 .images-info .img-display .count-imgtit .count .total {
            color: #AAAAAA;
            font-size: 0.9rem; }
        .show-images001 .images-info .img-display .count-imgtit h2.imgtit {
          color: #333333;
          font-size: 0.9rem;
          margin-left: 0.5rem;
          line-height: initial; }
    .show-images001 .images-info .img-intro {
      margin-top: 1rem;
      font-size: 0.8rem;
      line-height: 1.5; }
    .show-images001 .images-info .small-img-container {
      margin-top: 1rem; }
      .show-images001 .images-info .small-img-container .img-slide {
        padding: 0 4rem;
        position: relative;
        margin-bottom: 0; }
        .show-images001 .images-info .small-img-container .img-slide .img-item-box {
          padding: 0.5rem;
          width: 13rem;
          box-sizing: border-box;
          border: 1px solid transparent; }
          .show-images001 .images-info .small-img-container .img-slide .img-item-box .img-item {
            width: 12rem;
            height: 6.8rem;
            box-sizing: border-box;
            border: 1px solid #D7D7D7;
            position: relative;
            cursor: pointer; }
            .show-images001 .images-info .small-img-container .img-slide .img-item-box .img-item img {
              width: 100%;
              height: 100%; }
            .show-images001 .images-info .small-img-container .img-slide .img-item-box .img-item:before {
              content: "";
              position: absolute;
              top: -0.5rem;
              left: -0.5rem;
              right: -0.5rem;
              bottom: -0.5rem;
              background-color: #fff;
              border: 1px solid #337ECF;
              display: none; }
          .show-images001 .images-info .small-img-container .img-slide .img-item-box.slick-current, .show-images001 .images-info .small-img-container .img-slide .img-item-box:hover {
            border-color: #337ECF;
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }
        .show-images001 .images-info .small-img-container .img-slide .slick-arrow {
          width: 2rem;
          height: 6.8rem;
          border-radius: 4px;
          background-color: #F2F2F2;
          line-height: 6.8rem;
          text-align: center;
          color: rgba(0, 0, 0, 0.9);
          font-size: 1.2rem;
          cursor: pointer;
          position: absolute;
          top: 50%;
          transform: translateY(-50%); }
          .show-images001 .images-info .small-img-container .img-slide .slick-arrow:hover {
            color: #337ECF; }
          .show-images001 .images-info .small-img-container .img-slide .slick-arrow.prev {
            left: 0; }
          .show-images001 .images-info .small-img-container .img-slide .slick-arrow.next {
            right: 0; }
      .show-images001 .images-info .small-img-container .img-notslider {
        display: flex;
        justify-content: center;
        width: fit-content;
        margin: 0 auto; }
        .show-images001 .images-info .small-img-container .img-notslider:before, .show-images001 .images-info .small-img-container .img-notslider:after {
          width: 2rem;
          height: 6.8rem;
          border-radius: 4px;
          background-color: #F2F2F2;
          line-height: 6.8rem;
          text-align: center;
          color: rgba(170, 170, 170, 0.9);
          font-size: 1.2rem;
          cursor: no-drop;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          font-family: 'iconfont'; }
          .show-images001 .images-info .small-img-container .img-notslider:before:hover, .show-images001 .images-info .small-img-container .img-notslider:after:hover {
            color: #337ECF; }
        .show-images001 .images-info .small-img-container .img-notslider:before {
          content: "\e64e";
          left: 0; }
        .show-images001 .images-info .small-img-container .img-notslider:after {
          content: "\e620";
          right: 0; }
    .show-images001 .images-info .share-box {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      margin-top: 1rem;
      font-size: 0; }
      .show-images001 .images-info .share-box span {
        color: #333333;
        font-size: 0.7rem;
        line-height: 1;
        display: inline-block; }
      .show-images001 .images-info .share-box .share-btn {
        margin-left: 0.5rem; }
        .show-images001 .images-info .share-box .share-btn i {
          font-size: 1rem;
          line-height: 1;
          color: #7F7F7F; }
        .show-images001 .images-info .share-box .share-btn:hover i {
          color: #337ECF; }
  .show-images001 .hot-images {
    margin-top: 2.5rem; }
    .show-images001 .hot-images h2.left-tit-more {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 1rem;
      margin-bottom: 1rem;
      border-bottom: 1px solid #D7D7D7;
      font-weight: normal; }
      .show-images001 .hot-images h2.left-tit-more a.news-type {
        font-size: 1.2rem;
        line-height: 1;
        color: #333; }
      .show-images001 .hot-images h2.left-tit-more a.more {
        display: flex;
        align-items: center; }
        .show-images001 .hot-images h2.left-tit-more a.more span {
          font-size: 0.8rem;
          line-height: 1;
          color: #555555; }
        .show-images001 .hot-images h2.left-tit-more a.more i {
          margin-left: 0.5rem;
          font-size: 1rem;
          line-height: 1;
          color: #004C99; }

@media (max-width: 960px) {
  .show-images001 .images-info .img-title {
    line-height: 27px;
    font-size: 18px; }
  .show-images001 .images-info .img-info {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0;
    flex-wrap: wrap; }
    .show-images001 .images-info .img-info:after {
      width: 80px; }
    .show-images001 .images-info .img-info .first-line {
      width: 100%;
      display: flex; }
      .show-images001 .images-info .img-info .first-line .time {
        flex-shrink: 0; }
    .show-images001 .images-info .img-info span {
      margin-bottom: 10px;
      font-size: 12px; }
      .show-images001 .images-info .img-info span.comefrom {
        line-height: 12px;
        max-height: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        margin-left: 0;
        padding-left: 21px; }
        .show-images001 .images-info .img-info span.comefrom:before {
          left: 10px; }
      .show-images001 .images-info .img-info span:nth-of-type(1) {
        margin-left: 0; }
        .show-images001 .images-info .img-info span:nth-of-type(1):before {
          display: none; }
  .show-images001 .images-info .img-display .img-box-slider .inner-img-bg {
    min-height: 214px; }
  .show-images001 .images-info .img-display .img-box-slider .slick-arrow i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px; }
  .show-images001 .images-info .img-display .count-imgtit {
    margin-top: 10px; }
    .show-images001 .images-info .img-display .count-imgtit .count .cur {
      font-size: 18px; }
    .show-images001 .images-info .img-display .count-imgtit .count .total {
      font-size: 16px; }
    .show-images001 .images-info .img-display .count-imgtit h2.imgtit {
      font-size: 16px;
      margin-left: 10px; }
  .show-images001 .images-info .img-intro {
    font-size: 14px;
    line-height: 21px;
    margin-top: 10px; }
  .show-images001 .images-info .small-img-container {
    display: none; }
  .show-images001 .hot-images {
    margin-top: 30px; }
    .show-images001 .hot-images h2.left-tit-more {
      padding-bottom: 10px;
      margin-bottom: 10px; }
      .show-images001 .hot-images h2.left-tit-more a.tit {
        font-size: 18px; }
      .show-images001 .hot-images h2.left-tit-more a.more span {
        font-size: 12px; } }
.list-department003 .dep-class {
  font-size: 0.9rem;
  color: #333;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem; }
  .list-department003 .dep-class .tab-tit {
    display: flex; }
    .list-department003 .dep-class .tab-tit a {
      display: block;
      height: 2rem;
      line-height: 2rem;
      background-color: #F2F2F2;
      text-align: center;
      padding: 0 1rem;
      margin-left: 0.5rem;
      color: #333;
      border-radius: 4px; }
      .list-department003 .dep-class .tab-tit a.cur {
        background-color: #004C99;
        color: #fff; }
.list-department003 .dep-content .anchor-ele {
  position: relative;
  top: -7.3rem;
  visibility: hidden; }
.list-department003 .dep-content h2 {
  display: flex;
  justify-content: center;
  font-weight: normal;
  position: relative;
  font-size: 0;
  overflow: hidden; }
  .list-department003 .dep-content h2 .tit-box {
    padding: 0 0.3rem;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center; }
    .list-department003 .dep-content h2 .tit-box i {
      display: block;
      width: 0.45rem;
      height: 0.45rem;
      box-sizing: border-box;
      background-color: #004C99;
      border: 1px solid #fff;
      outline: 1px solid #004C99;
      transform: rotate(45deg); }
    .list-department003 .dep-content h2 .tit-box span {
      font-size: 1rem;
      line-height: 1;
      color: #000000;
      margin: 0 0.6rem; }
    .list-department003 .dep-content h2 .tit-box:before, .list-department003 .dep-content h2 .tit-box:after {
      position: absolute;
      top: 50%;
      content: "";
      display: block;
      width: 100vw;
      height: 1px;
      background-color: #004C99; }
    .list-department003 .dep-content h2 .tit-box:before {
      left: -100vw; }
    .list-department003 .dep-content h2 .tit-box:after {
      right: -100vw; }
.list-department003 .dep-content ul {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.8rem; }
  .list-department003 .dep-content ul li {
    margin-right: 0.8rem;
    width: 14.4rem;
    height: 2.8rem;
    border-radius: 0.2rem;
    box-sizing: border-box;
    border: 1px solid #E4E4E4;
    margin-bottom: 0.8rem;
    transition: all 0.5s; }
    .list-department003 .dep-content ul li a {
      display: block;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      padding: 0 1rem; }
      .list-department003 .dep-content ul li a p {
        color: #333;
        font-size: 0.8rem;
        line-height: 2.8rem;
        max-height: 2.8rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        transition: all 0.5s; }
    .list-department003 .dep-content ul li:hover {
      border-color: #337ECF; }
      .list-department003 .dep-content ul li:hover a p {
        color: #337ECF; }
.list-department003 .dep-content + .dep-content {
  margin-top: 2.2rem; }

@media (max-width: 1200px) {
  .list-department003 .dep-content ul li a p {
    line-height: 42px;
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box; } }
@media (max-width: 960px) {
  .list-department003 .dep-class {
    flex-wrap: wrap; }
    .list-department003 .dep-class span {
      display: block;
      width: 100%; }
    .list-department003 .dep-class .tab-tit {
      flex-wrap: wrap; }
      .list-department003 .dep-class .tab-tit a {
        margin-left: 0;
        margin-right: 5px;
        margin-top: 10px;
        padding: 0 5px; }
  .list-department003 .dep-content ul {
    margin-right: 0;
    justify-content: space-between; }
    .list-department003 .dep-content ul li {
      width: 49%;
      margin-right: 0; } }
.list-department001 .inner-layout {
  display: flex; }
  .list-department001 .inner-layout .dep-class {
    width: 11rem;
    margin-right: 2rem;
    flex-shrink: 0; }
    .list-department001 .inner-layout .dep-class .dep-class-tit {
      display: none; }
    .list-department001 .inner-layout .dep-class .dep-class-list {
      position: sticky;
      top: 20px; }
    .list-department001 .inner-layout .dep-class a.tab-tit {
      width: 100%;
      height: 2.5rem;
      box-sizing: border-box;
      padding-left: 1rem;
      font-size: 0.9rem;
      color: #333;
      display: flex;
      align-items: center;
      position: relative; }
      .list-department001 .inner-layout .dep-class a.tab-tit.cur {
        background-color: #004C99;
        color: #fff;
        font-weight: bold; }
        .list-department001 .inner-layout .dep-class a.tab-tit.cur:after {
          content: "";
          width: 0;
          height: 0;
          font-size: 0;
          border: 1.25rem solid transparent;
          border-left-color: #004C99;
          border-left-width: 1rem;
          position: absolute;
          left: 100%; }
  .list-department001 .inner-layout .tab-pannel-wrap {
    width: 100%; }
    .list-department001 .inner-layout .tab-pannel-wrap .tab-pannel .dep-content {
      margin-bottom: 2.5rem; }
      .list-department001 .inner-layout .tab-pannel-wrap .tab-pannel .dep-content h2 {
        height: 2.5rem;
        line-height: 2.5rem;
        padding-left: 0.7rem;
        font-size: 1rem;
        color: #333333;
        position: relative;
        border-bottom: 1px solid #C9C9C9; }
        .list-department001 .inner-layout .tab-pannel-wrap .tab-pannel .dep-content h2:before {
          content: "";
          height: 1rem;
          border-left: 4px solid #004C99;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%); }
      .list-department001 .inner-layout .tab-pannel-wrap .tab-pannel .dep-content ul {
        margin-right: -1rem;
        display: flex;
        flex-wrap: wrap; }
        .list-department001 .inner-layout .tab-pannel-wrap .tab-pannel .dep-content ul li {
          width: 11rem;
          height: 2.5rem;
          margin-top: 1rem;
          margin-right: 1rem; }
          .list-department001 .inner-layout .tab-pannel-wrap .tab-pannel .dep-content ul li a {
            width: 100%;
            height: 100%;
            border-radius: 4px;
            box-sizing: border-box;
            border: 1px solid #E4E4E4;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 0.8rem; }
            .list-department001 .inner-layout .tab-pannel-wrap .tab-pannel .dep-content ul li a p {
              font-size: 0.8rem;
              line-height: 1rem;
              max-height: 2rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              color: #333;
              margin-right: 0.7rem; }
            .list-department001 .inner-layout .tab-pannel-wrap .tab-pannel .dep-content ul li a i {
              font-size: 0.6rem;
              color: #337ECF; }
            .list-department001 .inner-layout .tab-pannel-wrap .tab-pannel .dep-content ul li a:hover {
              border-color: #004C99; }
              .list-department001 .inner-layout .tab-pannel-wrap .tab-pannel .dep-content ul li a:hover p {
                color: #004C99; }

@media (max-width: 960px) {
  .list-department001 .inner-layout {
    display: block; }
    .list-department001 .inner-layout .dep-class {
      display: block;
      width: 100%;
      margin-bottom: 10px;
      margin-right: 0;
      position: relative; }
      .list-department001 .inner-layout .dep-class .dep-class-tit {
        height: 40px;
        background-color: #F2F2F2;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 0 10px;
        cursor: pointer; }
        .list-department001 .inner-layout .dep-class .dep-class-tit span {
          font-size: 18px;
          color: #333; }
        .list-department001 .inner-layout .dep-class .dep-class-tit i {
          color: #004C99; }
      .list-department001 .inner-layout .dep-class .dep-class-list {
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
        display: none;
        position: absolute;
        width: 100%;
        top: 40px;
        z-index: 2030;
        background-color: #fff; }
        .list-department001 .inner-layout .dep-class .dep-class-list a.tab-tit {
          font-size: 14px;
          justify-content: center;
          padding: 0; }
          .list-department001 .inner-layout .dep-class .dep-class-list a.tab-tit.cur:after {
            display: none; }
          .list-department001 .inner-layout .dep-class .dep-class-list a.tab-tit:last-child {
            border-bottom: none; }
    .list-department001 .inner-layout .tab-pannel-wrap .tab-pannel .dep-content {
      margin-bottom: 20px; }
      .list-department001 .inner-layout .tab-pannel-wrap .tab-pannel .dep-content ul {
        margin-right: 0;
        justify-content: space-between; }
        .list-department001 .inner-layout .tab-pannel-wrap .tab-pannel .dep-content ul li {
          width: 48%;
          margin-right: 0; } }
.show-leader001 {
  position: relative; }
  .show-leader001 > img {
    position: absolute;
    z-index: -1; }
    .show-leader001 > img.left {
      top: 0;
      left: 0; }
    .show-leader001 > img.right {
      top: -3.75rem;
      right: 0; }
    .show-leader001 > img.bottom {
      bottom: 0;
      right: 0; }
  .show-leader001 .img-info {
    display: flex; }
    .show-leader001 .img-info .leader-img {
      width: 8rem;
      height: 10.95rem;
      margin-right: 2rem; }
    .show-leader001 .img-info .right-info {
      flex: 1;
      position: relative; }
      .show-leader001 .img-info .right-info > img {
        position: absolute;
        width: 8rem;
        opacity: 0.08;
        right: 0;
        top: 0; }
      .show-leader001 .img-info .right-info .name {
        font-size: 1.2rem;
        line-height: 1;
        color: #004C99;
        margin-bottom: 1.2rem; }
      .show-leader001 .img-info .right-info .leader-protit {
        font-size: 0.9rem;
        line-height: 1;
        color: #333333;
        margin-bottom: 1.5rem; }
      .show-leader001 .img-info .right-info .position {
        font-size: 0.9rem;
        line-height: 1;
        color: #8E8E8E; }
      .show-leader001 .img-info .right-info .line-box {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center; }
        .show-leader001 .img-info .right-info .line-box i {
          color: rgba(208, 208, 208, 0.8);
          font-size: 16px; }
        .show-leader001 .img-info .right-info .line-box .line {
          flex: 1;
          height: 1px;
          box-sizing: border-box;
          border-bottom: 1px solid rgba(121, 121, 121, 0.2); }
  .show-leader001 .leader-intro {
    margin-top: 1.5rem;
    font-size: 0.8rem;
    line-height: 1.3rem;
    color: #333333; }

@media (max-width: 960px) {
  .show-leader001 .img-info {
    flex-direction: column;
    align-items: center; }
    .show-leader001 .img-info .leader-img {
      width: 120px;
      height: 170px;
      margin-right: 0; }
    .show-leader001 .img-info .right-info {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: 20px; }
      .show-leader001 .img-info .right-info > img {
        display: none; } }
.care-mode .show-leader001 .img-info .right-info .name {
  font-size: 1.6rem; }
.care-mode .show-leader001 .img-info .right-info .leader-protit {
  font-size: 1.2rem; }
.care-mode .show-leader001 .leader-intro p, .care-mode .show-leader001 .leader-intro span, .care-mode .show-leader001 .leader-intro a, .care-mode .show-leader001 .leader-intro div {
  font-size: 1.2rem !important; }

.dis-none {
  display: none !important; }

.list-visits001 .dep-container .search {
  display: none; }
  .list-visits001 .dep-container .search form {
    height: 2.25rem;
    position: relative;
    border: 1px solid #004C99;
    border-radius: 4px;
    overflow: hidden; }
    .list-visits001 .dep-container .search form .keyword {
      height: 100%;
      box-sizing: border-box;
      padding: 0.35rem 3rem 0.35rem 1rem;
      width: 100%; }
    .list-visits001 .dep-container .search form .search-submit {
      background-color: transparent;
      position: absolute;
      right: 0.5rem;
      top: 50%;
      transform: translateY(-50%); }
      .list-visits001 .dep-container .search form .search-submit i {
        color: #004C99;
        font-size: 1.7rem;
        line-height: 1; }
.list-visits001 .dep-container .dep-content {
  margin-top: 1rem; }
  .list-visits001 .dep-container .dep-content .loading {
    padding: 300px 0;
    display: flex;
    justify-content: center; }
  .list-visits001 .dep-container .dep-content .area {
    display: flex;
    margin-bottom: 1rem;
    border-left: 1px solid #ddd; }
    .list-visits001 .dep-container .dep-content .area .area-item {
      flex: 1;
      text-align: center;
      font-size: 0.9rem;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 2.75rem;
      line-height: 1.2;
      color: #333;
      border: 1px solid #ddd;
      border-left: none;
      background-color: #f2f2f2;
      min-width: 134px; }
      .list-visits001 .dep-container .dep-content .area .area-item.cur {
        background-color: #004C99;
        color: #fff; }
  .list-visits001 .dep-container .dep-content .department .depart-box-item {
    display: flex;
    padding: 1rem 0; }
    .list-visits001 .dep-container .dep-content .department .depart-box-item .dep-class {
      display: inline-block;
      width: 80px;
      margin-right: 1rem;
      font-size: 16px;
      color: #333333;
      line-height: 1;
      margin-top: 0.2rem;
      height: 16px;
      flex-shrink: 0; }
    .list-visits001 .dep-container .dep-content .department .depart-box-item .dep-list {
      height: 16rem;
      width: calc(100% - 100px);
      display: flex;
      flex-wrap: wrap;
      margin-right: -0.5rem;
      overflow: auto;
      -webkit-scrollbar-width: none;
      scrollbar-width: none;
      -ms-overflow-style: none; }
      .list-visits001 .dep-container .dep-content .department .depart-box-item .dep-list .mCSB_container {
        display: flex;
        flex-wrap: wrap; }
      .list-visits001 .dep-container .dep-content .department .depart-box-item .dep-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background: rgba(0, 76, 153, 0.8); }
      .list-visits001 .dep-container .dep-content .department .depart-box-item .dep-list a {
        display: block;
        width: calc((100% - 4rem)/4);
        font-size: 0.7rem;
        margin-right: 0.5rem;
        margin-bottom: 0.75rem;
        color: #333; }
        .list-visits001 .dep-container .dep-content .department .depart-box-item .dep-list a span {
          padding: 0.25rem;
          width: max-content;
          height: max-content;
          display: flex;
          align-items: center;
          border-radius: 0.25rem;
          line-height: 0.75rem;
          max-height: 0.75rem;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          display: -webkit-box; }
        .list-visits001 .dep-container .dep-content .department .depart-box-item .dep-list a.cur span {
          background: #004C99;
          color: white; }
        .list-visits001 .dep-container .dep-content .department .depart-box-item .dep-list a.cur:hover {
          color: white; }
        .list-visits001 .dep-container .dep-content .department .depart-box-item .dep-list a:hover {
          color: #004C99; }
.list-visits001 .visits-doctor .visit-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid #AAAAAA; }
  .list-visits001 .visits-doctor .visit-header .left-back-name {
    display: flex;
    align-items: center; }
    .list-visits001 .visits-doctor .visit-header .left-back-name .goback {
      font-size: 0; }
      .list-visits001 .visits-doctor .visit-header .left-back-name .goback i {
        font-size: 0.8rem;
        line-height: 1;
        color: #337ECF;
        margin-right: 0.5rem; }
      .list-visits001 .visits-doctor .visit-header .left-back-name .goback span {
        font-size: 0.7rem;
        line-height: 1;
        color: #7F7F7F; }
    .list-visits001 .visits-doctor .visit-header .left-back-name h2.dep-name {
      font-size: 0.9rem;
      line-height: 1;
      color: #333;
      position: relative;
      margin-left: 1.05rem;
      display: none; }
      .list-visits001 .visits-doctor .visit-header .left-back-name h2.dep-name:before {
        content: "";
        width: 1px;
        height: 0.9rem;
        background-color: #D7D7D7;
        position: absolute;
        left: -0.5rem;
        top: 0; }
  .list-visits001 .visits-doctor .visit-header .right-showway {
    display: flex; }
    .list-visits001 .visits-doctor .visit-header .right-showway a {
      color: #333;
      font-size: 0.9rem;
      line-height: 1;
      position: relative; }
      .list-visits001 .visits-doctor .visit-header .right-showway a:after {
        content: "";
        height: 0.2rem;
        width: 100%;
        background-color: #337ECF;
        position: absolute;
        left: 0;
        bottom: -0.4rem;
        opacity: 0; }
      .list-visits001 .visits-doctor .visit-header .right-showway a.cur {
        color: #004C99;
        font-weight: bold; }
        .list-visits001 .visits-doctor .visit-header .right-showway a.cur:after {
          opacity: 1; }
      .list-visits001 .visits-doctor .visit-header .right-showway a + a {
        margin-left: 1.5rem; }
.list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item {
  padding: 20px 0;
  border-bottom: 1px solid #E4E4E4; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item:last-child {
    border-bottom: none; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item .label {
    display: inline-block;
    width: 80px;
    margin-right: 1rem;
    font-size: 16px;
    color: #333333;
    line-height: 1;
    margin-top: 0.4rem;
    height: 16px;
    flex-shrink: 0; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item .list-item {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item .list-item li {
      margin-right: 10px;
      margin-bottom: 10px; }
      .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item .list-item li.cur a {
        background-color: #004C99;
        color: #fff; }
        .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item .list-item li.cur a:hover {
          background-color: #337ECF;
          color: #fff; }
      .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item .list-item li a {
        display: block;
        border-radius: 4px;
        line-height: 32px;
        height: 32px;
        padding: 0 0.8rem;
        font-size: 16px; }
        .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item .list-item li a:hover {
          color: #337ECF; }
.list-visits001 .visits-doctor .doc-display .filter-doctor .department-list {
  display: flex;
  padding-bottom: 10px; }
.list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list {
  display: flex;
  position: relative;
  padding-bottom: 10px; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list .list-box {
    overflow: hidden;
    max-height: 42px;
    padding-right: 0.5rem; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list .list-box .list-item {
      margin-right: 0; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list .list-box.open {
      max-height: 150px; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list .toggle-btn {
    height: 24px;
    width: 24px;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #004C99;
    line-height: 24px;
    text-align: center;
    position: absolute;
    top: 1.2rem;
    right: 0;
    display: none;
    cursor: pointer; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list .toggle-btn i {
      font-size: 14px;
      color: #004C99;
      transition: all 0.5s;
      display: inline-block;
      position: relative;
      top: -3px; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list .toggle-btn.active {
      border: none;
      background-color: #337ECF; }
      .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list .toggle-btn.active i {
        transform: rotate(180deg);
        color: #fff; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list.over .toggle-btn {
    display: block; }
.list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer {
  display: flex;
  align-items: center;
  font-size: 0; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer > span {
    display: inline-block;
    width: 80px;
    margin-right: 1rem;
    font-size: 16px;
    color: #333333;
    line-height: 1; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .search-form {
    display: flex;
    align-items: center; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .doctor-name {
    border: 1px solid #C9C9C9;
    border-radius: 4px;
    outline: none;
    width: 12rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 16px;
    color: #333333;
    box-sizing: border-box; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .doctor-name::placeholder {
      font-size: 16px;
      color: #D7D7D7; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .doctor-name:focus {
      border-color: #337ECF; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .doc-search-btn {
    background-color: #004C99;
    color: #fff;
    margin-left: 60px;
    border: none;
    width: 80px; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .doc-search-btn:hover {
      border: none;
      background-color: #337ECF;
      color: #fff; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer button {
    height: 2rem;
    font-size: 16px;
    text-align: center;
    line-height: 2rem;
    border-radius: 4px; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .reset-btn {
    border: 1px solid #004C99;
    background-color: #fff;
    margin-left: 20px;
    width: 132px;
    text-align: center;
    height: 2rem;
    font-size: 16px;
    text-align: center;
    line-height: 2rem;
    border-radius: 4px;
    display: block;
    box-sizing: border-box; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .reset-btn i,
    .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .reset-btn span {
      color: #004C99;
      font-size: 16px; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .reset-btn i {
      margin-right: 0.5rem; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .reset-btn:hover {
      border: none;
      background-color: #337ECF; }
      .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .reset-btn:hover i,
      .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .reset-btn:hover span {
        color: #fff; }
.list-visits001 .visits-doctor .doc-display .doc-container {
  border: 1px solid #D7D7D7;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0 1rem;
  background-color: #fff;
  margin-top: 1rem;
  padding-bottom: 2rem; }
  .list-visits001 .visits-doctor .doc-display .doc-container .week-list {
    display: flex;
    align-items: center;
    padding: 2rem 2.5rem;
    border-bottom: 1px solid #D7D7D7;
    box-sizing: border-box; }
    .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap {
      width: 48rem;
      flex-shrink: 0;
      overflow: hidden; }
      .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .week-slide {
        display: flex;
        margin-bottom: 0; }
        .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .week-slide li {
          width: 5rem;
          height: 3.2rem;
          border: 1px solid #D7D7D7;
          box-sizing: border-box;
          border-radius: 6px;
          text-align: center;
          margin-right: 1rem;
          cursor: pointer;
          flex-shrink: 0; }
          .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .week-slide li.all {
            color: #004C99;
            font-size: 0.8rem;
            display: flex;
            justify-content: center;
            align-items: center; }
            .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .week-slide li.all.cur {
              background-color: #004C99;
              color: #fff; }
          .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .week-slide li.cur {
            border-color: #004C99; }
            .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .week-slide li.cur .week {
              background-color: #004C99;
              color: #fff; }
            .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .week-slide li.cur .date {
              color: #004C99; }
          .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .week-slide li .week {
            width: 100%;
            height: 1.6rem;
            line-height: 1.6rem;
            font-size: 0.8rem;
            color: #004C99;
            background-color: rgba(0, 76, 153, 0.2); }
          .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .week-slide li .date {
            width: 100%;
            height: 1.6rem;
            line-height: 1.6rem;
            font-size: 0.7rem;
            color: #7F7F7F; }
      .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .m-week {
        display: none; }
    .list-visits001 .visits-doctor .doc-display .doc-container .week-list .slick-arrows {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 5rem;
      height: 3rem; }
      .list-visits001 .visits-doctor .doc-display .doc-container .week-list .slick-arrows i {
        width: 1.6rem;
        height: 1.6rem;
        border-radius: 50%;
        border: 1px solid #004C99;
        box-sizing: border-box;
        line-height: 1.6rem;
        color: #004C99;
        text-align: center;
        cursor: pointer;
        position: relative; }
        .list-visits001 .visits-doctor .doc-display .doc-container .week-list .slick-arrows i:hover {
          color: #fff;
          background-color: #004C99; }
        .list-visits001 .visits-doctor .doc-display .doc-container .week-list .slick-arrows i.prev {
          margin-right: 0.4rem; }
        .list-visits001 .visits-doctor .doc-display .doc-container .week-list .slick-arrows i.slick-disabled {
          border-color: #ccc;
          color: #ccc;
          cursor: no-drop; }
          .list-visits001 .visits-doctor .doc-display .doc-container .week-list .slick-arrows i.slick-disabled:hover {
            color: #ccc;
            background-color: #fff; }
  .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .loading {
    padding: 100px 0;
    display: flex;
    justify-content: center; }
  .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info {
    display: flex;
    padding: 1rem 0;
    border-bottom: 1px solid #E4E4E4; }
    .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info a.img {
      display: block;
      width: 3rem;
      height: 4rem;
      flex-shrink: 0;
      margin-right: 0.5rem; }
      .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info a.img img {
        width: 100%;
        height: 100%; }
    .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info {
      flex: 1; }
      .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .name-more {
        display: flex;
        align-items: center; }
        .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .name-more a.doc-name {
          font-size: 1rem;
          line-height: 1;
          color: #337ECF;
          margin-right: 1rem; }
        .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .name-more .doc-level {
          font-size: 12px;
          color: #fff;
          font-weight: normal;
          display: inline-block;
          padding: 0 0.5rem;
          height: 1.1rem;
          line-height: 1.1rem;
          border-radius: 11px;
          background-color: #004C99;
          text-align: center; }
        .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .name-more a.more {
          display: flex;
          align-items: center; }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .name-more a.more:hover span {
            color: #004C99; }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .name-more a.more span {
            font-size: 0.7rem;
            line-height: 1;
            color: #7F7F7F; }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .name-more a.more i {
            font-size: 0.8rem;
            line-height: 1;
            color: #337ECF;
            margin-left: 0.5rem; }
      .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .protit-depart {
        margin-top: 0.5rem;
        font-size: 0; }
        .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .protit-depart span {
          font-size: 0.7rem;
          line-height: 1;
          color: #000000;
          margin-right: 1rem; }
      .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .goodat {
        margin-top: 0.5rem;
        font-size: 0.7rem;
        color: #AAAAAA;
        line-height: 0.7rem;
        max-height: 0.7rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
  .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table {
    padding: 1rem 0;
    border-bottom: 1px solid #AAAAAA; }
    .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table .m-table {
      display: none; }
    .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table {
      width: 100%;
      border: 1px solid #D7D7D7;
      border-collapse: collapse;
      text-align: center;
      font-size: 0.7rem; }
      .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table th,
      .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td {
        border: 1px solid #D7D7D7;
        height: 2rem; }
      .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table th {
        background-color: rgba(0, 76, 153, 0.2);
        color: #004C99; }
        .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table th.visit-dep {
          width: 10rem; }
      .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table tr.more {
        display: none; }
      .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table .depart {
        background-color: #F8F8F8; }
      .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table .status-mode-box {
        width: fit-content;
        margin: 0 auto;
        position: relative; }
        .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table .status-mode-box .status-mode {
          padding: 0 4px;
          background-color: #004C99;
          height: 1.1rem;
          line-height: 1.1rem;
          color: #fff;
          border-radius: 2px;
          cursor: pointer; }
        .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table .status-mode-box .visits-info {
          display: none;
          position: absolute;
          top: 1.75rem;
          white-space: nowrap;
          left: 50%;
          transform: translateX(-50%);
          min-width: 12.25rem;
          background: #fff;
          text-align: left;
          padding: 0.5rem;
          border: 1px solid #ddd;
          -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
          z-index: 4; }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table .status-mode-box .visits-info:before, .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table .status-mode-box .visits-info:after {
            content: "◆";
            color: white;
            font-family: simsun;
            font-size: 1.5rem;
            line-height: 0;
            position: absolute;
            top: 0px;
            left: 50%;
            transform: translateX(-50%); }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table .status-mode-box .visits-info:before {
            color: #ddd;
            top: -1px; }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table .status-mode-box .visits-info p {
            margin-bottom: 0.5rem;
            color: #333; }
            .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table .status-mode-box .visits-info p:last-child {
              margin-bottom: 0; }
            .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table .status-mode-box .visits-info p.visits-dp {
              color: #ea5a54; }
              .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table .status-mode-box .visits-info p.visits-dp span {
                color: #333; }
        .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table .status-mode-box:hover .visits-info {
          display: block; }
.list-visits001 .visits-doctor .date-display {
  margin-top: 1rem; }
  .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .loading {
    padding: 100px 0;
    display: flex;
    justify-content: center; }
  .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .week-slick-arrows {
    display: flex;
    justify-content: flex-end; }
    .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .week-slick-arrows i {
      width: 1.2rem;
      height: 1.2rem;
      border-radius: 50%;
      box-sizing: border-box;
      border: 1px solid #337ECF;
      line-height: 1.2rem;
      text-align: center;
      color: #337ECF;
      font-size: 10px;
      cursor: pointer; }
      .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .week-slick-arrows i.prev {
        margin-right: 0.4rem; }
      .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .week-slick-arrows i:hover {
        color: #fff;
        background-color: #337ECF; }
      .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .week-slick-arrows i.slick-disabled {
        border-color: #ccc;
        color: #ccc;
        cursor: no-drop; }
        .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .week-slick-arrows i.slick-disabled:hover {
          color: #ccc;
          background-color: #fff; }
  .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table {
    margin-top: 0.5rem; }
    .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .table-head {
      display: flex;
      height: 3rem;
      box-sizing: border-box;
      border: 1px solid #8ECECD; }
      .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .table-head .th {
        background-color: #1D9D9A;
        color: #fff;
        box-sizing: border-box;
        flex-shrink: 0;
        font-size: 0.8rem;
        height: 3rem;
        text-align: center; }
        .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .table-head .th.depart {
          width: 7.05rem;
          line-height: 3rem; }
        .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .table-head .th.time {
          width: 3.15rem;
          line-height: 3rem;
          border-left: 1px solid #8ECECD; }
      .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .table-head .weekday-slider {
        flex: 1;
        width: 49.7rem;
        margin-bottom: 0; }
        .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .table-head .weekday-slider .th {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          border-left: 1px solid #8ECECD; }
          .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .table-head .weekday-slider .th p {
            line-height: 1.2rem; }
    .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .visits-loading {
      width: 100%;
      border: 1px solid rgba(0, 76, 153, 0.5);
      min-height: 25rem;
      align-items: center;
      box-sizing: border-box; }
    .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table {
      width: 100%;
      border: 1px solid rgba(0, 76, 153, 0.5);
      border-collapse: collapse;
      text-align: center;
      font-size: 0.8rem;
      box-sizing: border-box; }
      .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table .first_tr td:nth-child(odd) {
        background-color: rgba(0, 76, 153, 0.05); }
      .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table tr:not(.first_tr) td:nth-child(even) {
        background-color: rgba(0, 76, 153, 0.05); }
      .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td {
        border: 1px solid rgba(0, 76, 153, 0.5);
        width: 7.1rem;
        box-sizing: border-box;
        min-height: 4rem;
        padding: 1rem 0; }
        .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td.depart-title {
          width: 7.1rem;
          background-color: #F8F8F8 !important;
          color: #004C99;
          line-height: 1.2rem;
          font-weight: bold; }
          .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td.depart-title p + p {
            font-size: 0.7rem; }
        .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td.depart-time {
          width: 3.2rem; }
        .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item {
          margin-bottom: 1rem;
          position: relative; }
          .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item:last-child {
            margin-bottom: 0; }
          .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .name {
            font-size: 0.8rem;
            color: #333;
            margin-bottom: 0.3rem; }
          .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .status-mode {
            font-size: 0.7rem;
            color: #AAAAAA; }
          .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info {
            display: none;
            position: absolute;
            top: 1.75rem;
            white-space: nowrap;
            left: 50%;
            transform: translateX(-50%);
            min-width: 12.25rem;
            background: #fff;
            text-align: left;
            padding: 0.5rem;
            border: 1px solid #ddd;
            -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
            z-index: 4; }
            .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info:before, .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info:after {
              content: "◆";
              color: white;
              font-family: simsun;
              font-size: 1.5rem;
              line-height: 0;
              position: absolute;
              top: 0px;
              left: 50%;
              transform: translateX(-50%); }
            .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info:before {
              color: #ddd;
              top: -1px; }
            .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info p {
              margin-bottom: 0.5rem;
              color: #333; }
              .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info p:last-child {
                margin-bottom: 0; }
              .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info p.visits-dp {
                color: #ea5a54; }
                .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info p.visits-dp span {
                  color: #333; }
          .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item:hover .visits-info {
            display: block; }
  .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table {
    display: none; }
.list-visits001 .visits-doctor .display-box {
  display: none; }
  .list-visits001 .visits-doctor .display-box.cur {
    display: block; }

.list-visits002 .visits-doctor .doc-display .doc-container {
  background-color: transparent; }
  .list-visits002 .visits-doctor .doc-display .doc-container .week-list {
    justify-content: flex-end;
    padding: 1rem 3rem 1rem 0;
    height: 3.95rem;
    box-sizing: border-box;
    overflow: hidden; }
    .list-visits002 .visits-doctor .doc-display .doc-container .week-list .week-slider {
      width: 21rem;
      margin-bottom: 0;
      position: relative; }
      .list-visits002 .visits-doctor .doc-display .doc-container .week-list .week-slider .slick-slide {
        font-size: 0.7rem;
        text-align: center;
        width: 3.75rem; }
      .list-visits002 .visits-doctor .doc-display .doc-container .week-list .week-slider .slick-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 1.6rem;
        height: 1.6rem;
        border-radius: 50%;
        border: 1px solid #004C99;
        box-sizing: border-box;
        line-height: 1.6rem;
        color: #004C99;
        text-align: center;
        cursor: pointer; }
        .list-visits002 .visits-doctor .doc-display .doc-container .week-list .week-slider .slick-arrow:hover {
          color: #fff;
          background-color: #004C99; }
        .list-visits002 .visits-doctor .doc-display .doc-container .week-list .week-slider .slick-arrow.prev {
          left: -2rem; }
        .list-visits002 .visits-doctor .doc-display .doc-container .week-list .week-slider .slick-arrow.next {
          right: -2rem; }
        .list-visits002 .visits-doctor .doc-display .doc-container .week-list .week-slider .slick-arrow.slick-disabled {
          border-color: #ccc;
          color: #ccc;
          cursor: no-drop; }
          .list-visits002 .visits-doctor .doc-display .doc-container .week-list .week-slider .slick-arrow.slick-disabled:hover {
            color: #ccc;
            background-color: #fff; }
  .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .m-doc-display-visits {
    display: none; }
  .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content {
    position: relative; }
    .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item {
      display: flex;
      border-bottom: 1px solid #E4E4E4; }
      .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info {
        flex: 1;
        margin-right: 0.5rem;
        border-bottom: none; }
      .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table {
        border-bottom: none;
        padding: 0; }
        .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table {
          border: none; }
          .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table tr + tr td {
            border-top: 1px solid #D7D7D7; }
          .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td {
            width: 3rem;
            height: 3rem;
            border: none; }
            .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td.depart-title {
              width: 10rem; }
            .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td .status-mode-box {
              border-bottom: none;
              position: relative;
              justify-content: center; }
              .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td .status-mode-box .status {
                display: inline-block;
                width: 1.8rem;
                height: 1.8rem;
                line-height: 1.8rem;
                color: #fff;
                border-radius: 50%;
                font-size: 12px;
                text-align: center;
                background-color: #004C99; }
              .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td .status-mode-box .visits-info {
                display: none;
                position: absolute;
                top: 1.75rem;
                white-space: nowrap;
                left: 50%;
                transform: translateX(-50%);
                min-width: 12.25rem;
                background: #fff;
                text-align: left;
                padding: 0.5rem;
                border: 1px solid #ddd;
                -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
                box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
                z-index: 4; }
                .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td .status-mode-box .visits-info:before, .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td .status-mode-box .visits-info:after {
                  content: "◆";
                  color: white;
                  font-family: simsun;
                  font-size: 1.5rem;
                  line-height: 0;
                  position: absolute;
                  top: 0px;
                  left: 50%;
                  transform: translateX(-50%); }
                .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td .status-mode-box .visits-info:before {
                  color: #ddd;
                  top: -1px; }
                .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td .status-mode-box .visits-info p {
                  margin-bottom: 0.5rem;
                  color: #333; }
                  .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td .status-mode-box .visits-info p:last-child {
                    margin-bottom: 0; }
                  .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td .status-mode-box .visits-info p.visits-dp {
                    color: #ea5a54; }
                    .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td .status-mode-box .visits-info p.visits-dp span {
                      color: #333; }
              .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td .status-mode-box:hover .visits-info {
                display: block; }
            .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td:not(.depart-title):after {
              content: "";
              width: 0;
              height: calc(100% + 3.95rem);
              background-color: #f2f2f2;
              position: absolute;
              top: -3.95rem;
              display: block;
              z-index: -1; }
            .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td:hover:after {
              width: 3rem; }

@media (max-width: 1200px) {
  .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item .label {
    font-size: 14px;
    height: 14px;
    width: 70px; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item .list-item {
    margin-right: -8px; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item .list-item li {
      margin-right: 8px;
      margin-bottom: 8px; }
      .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item .list-item li a {
        line-height: 24px;
        height: 24px;
        font-size: 14px; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list {
    padding-bottom: 8px; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list .list-box {
      max-height: 32px; }
      .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list .list-box.open {
        max-height: 100px; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list .toggle-btn {
      top: 25px; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer > span {
    width: 70px;
    font-size: 14px; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .doctor-name {
    font-size: 14px; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .doctor-name::placeholder {
      font-size: 14px; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .doc-search-btn {
    margin-left: 43px;
    width: 60px; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer button {
    font-size: 14px; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .reset-btn {
    margin-left: 26px;
    width: 111px;
    font-size: 14px; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .reset-btn i,
    .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .reset-btn span {
      color: #004C99;
      font-size: 14px; } }
@media (max-width: 960px) {
  .list-visits-container {
    padding: 20px 20px 60px !important; }

  .list-visits001 .dep-container .dep-content {
    margin-top: 0; }
    .list-visits001 .dep-container .dep-content .area {
      flex-wrap: wrap;
      margin-bottom: 0; }
    .list-visits001 .dep-container .dep-content .department .depart-box-item {
      flex-wrap: wrap; }
      .list-visits001 .dep-container .dep-content .department .depart-box-item .dep-class {
        width: 100%; }
      .list-visits001 .dep-container .dep-content .department .depart-box-item .dep-list {
        width: 100%;
        margin-top: 20px;
        justify-content: space-between;
        margin-right: 0; }
        .list-visits001 .dep-container .dep-content .department .depart-box-item .dep-list a {
          margin-right: 0;
          width: 48%; }
  .list-visits001 .visits-doctor .visit-header {
    flex-wrap: wrap;
    padding-bottom: 12px; }
    .list-visits001 .visits-doctor .visit-header .left-back-name {
      flex-wrap: wrap; }
      .list-visits001 .visits-doctor .visit-header .left-back-name h2.dep-name {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
        font-size: 14px; }
        .list-visits001 .visits-doctor .visit-header .left-back-name h2.dep-name:before {
          display: none; }
    .list-visits001 .visits-doctor .visit-header .right-showway {
      margin-top: 42px;
      width: 100%;
      justify-content: center; }
      .list-visits001 .visits-doctor .visit-header .right-showway a {
        font-size: 14px; }
        .list-visits001 .visits-doctor .visit-header .right-showway a + a {
          margin-left: 40px; }
        .list-visits001 .visits-doctor .visit-header .right-showway a:after {
          height: 2px;
          bottom: -12px; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor {
    position: relative; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item .label {
      margin-top: 0;
      margin-bottom: 10px;
      width: 100%;
      font-size: 12px; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item .list-item li {
      margin-bottom: 10px;
      margin-right: 10px; }
      .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item .list-item li a {
        height: 30px;
        line-height: 30px;
        padding: 0 10px; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list {
      flex-wrap: wrap;
      padding: 10px 0;
      position: relative; }
      .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list .list-box {
        max-height: 110px; }
        .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list .list-box.open {
          max-height: 400px; }
      .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list .toggle-btn {
        bottom: 10px;
        top: auto; }
        .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list .toggle-btn i {
          top: -1px; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer {
      align-items: flex-start; }
      .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer > span {
        margin-top: 8px;
        margin-right: 10px; }
      .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .doctor-name {
        width: 100%; }
      .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .doc-search-btn {
        margin-left: 0;
        margin-top: 20px; }
      .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .search-form {
        flex: 1;
        flex-wrap: wrap; }
      .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .reset-btn {
        position: absolute;
        left: 148px;
        bottom: 20px; }
  .list-visits001 .visits-doctor .doc-display .doc-container {
    border: none;
    box-shadow: none;
    padding: 0; }
    .list-visits001 .visits-doctor .doc-display .doc-container .week-list {
      padding: 10px 0 0;
      border-bottom: none; }
      .list-visits001 .visits-doctor .doc-display .doc-container .week-list .slick-arrows {
        display: none; }
      .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap {
        width: 100%; }
        .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .pc-week {
          display: none; }
        .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .m-week {
          display: flex;
          overflow-x: auto;
          overflow-y: hidden;
          padding-bottom: 0.7rem; }
          .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .m-week::-webkit-scrollbar {
            height: 4px;
            background-color: #F2F2F2; }
          .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .m-week::-webkit-scrollbar-track {
            border-radius: 1000px;
            background-color: #F2F2F2; }
          .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .m-week::-webkit-scrollbar-thumb {
            border-radius: 1000px;
            background-color: #AAAAAA; }
          .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .m-week li {
            width: 50px;
            height: 50px;
            margin-right: 4px; }
    .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box {
      margin-top: 20px; }
      .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item {
        margin-bottom: 10px;
        border: 1px solid #D7D7D7;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        padding: 20px; }
        .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info {
          padding: 0 0 20px; }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info a.img {
            width: 68px;
            height: 90px;
            margin-right: 20px; }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .name-more a.doc-name {
            font-size: 14px; }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .name-more a.more {
            display: none; }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .protit-depart {
            line-height: 12px;
            max-height: 12px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            display: -webkit-box; }
            .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .protit-depart span {
              font-size: 12px; }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .goodat {
            font-size: 12px;
            line-height: 18px;
            max-height: 54px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            display: -webkit-box; }
        .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table {
          padding: 0;
          border-bottom: none; }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table .pc-table {
            display: none; }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table .m-table {
            display: table;
            margin-top: 10px; }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td {
            height: 30px; }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table th.visit-dep {
            width: 100px; }
  .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .week-slick-arrows,
  .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .pc-table {
    display: none; }
  .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table {
    display: block; }
    .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table {
      width: 100%;
      border: 1px solid rgba(0, 76, 153, 0.5);
      border-collapse: collapse;
      text-align: center;
      font-size: 0.7rem;
      color: #333; }
      .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table th,
      .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td {
        border: 1px solid rgba(0, 76, 153, 0.5);
        height: 2rem;
        width: 25%; }
      .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table th.depart {
        background-color: #004C99;
        color: #fff; }
      .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table tbody td:nth-child(even) {
        background-color: rgba(29, 157, 154, 0.05); }
      .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td {
        min-height: 60px;
        padding: 20px 0; }
        .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item {
          margin-bottom: 20px;
          position: relative; }
          .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item:last-child {
            margin-bottom: 0; }
          .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .name {
            font-size: 14px;
            color: #333;
            margin-bottom: 6px; }
          .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .status-mode {
            font-size: 12px;
            color: #AAAAAA; }
          .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info {
            display: none;
            position: absolute;
            top: 1.75rem;
            white-space: nowrap;
            left: 50%;
            transform: translateX(-50%);
            min-width: 12.25rem;
            background: #fff;
            text-align: left;
            padding: 0.5rem;
            border: 1px solid #ddd;
            -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
            z-index: 4; }
            .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info:before, .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info:after {
              content: "◆";
              color: white;
              font-family: simsun;
              font-size: 1.5rem;
              line-height: 0;
              position: absolute;
              top: 0px;
              left: 50%;
              transform: translateX(-50%); }
            .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info:before {
              color: #ddd;
              top: -1px; }
            .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info p {
              margin-bottom: 0.5rem;
              color: #333; }
              .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info p:last-child {
                margin-bottom: 0; }
              .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info p.visits-dp {
                color: #ea5a54; }
                .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info p.visits-dp span {
                  color: #333; }
          .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item:hover .visits-info {
            display: block; }

  .list-visits002 .visits-doctor .doc-display .doc-container .week-list {
    display: none; }
  .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .pc-doc-display-visits {
    display: none; }
  .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .m-doc-display-visits {
    display: block; }
  .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item {
    display: block; }
    .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table .m-table {
      border: 1px solid #D7D7D7; }
      .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table .m-table td {
        width: auto;
        border: 1px solid #D7D7D7; }
        .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table .m-table td:after {
          display: none !important; } }
.page-navigation .map-area-tab {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem; }
  .page-navigation .map-area-tab .map-area-name {
    margin: 0 1.25rem;
    font-size: 0;
    position: relative;
    cursor: pointer; }
    .page-navigation .map-area-tab .map-area-name i {
      font-size: 1.2rem;
      color: #333;
      margin-right: 0.5rem; }
    .page-navigation .map-area-tab .map-area-name span {
      font-size: 1.2rem;
      line-height: 1;
      color: #333; }
    .page-navigation .map-area-tab .map-area-name.cur i {
      color: #337ECF; }
    .page-navigation .map-area-tab .map-area-name.cur span {
      color: #337ECF; }
    .page-navigation .map-area-tab .map-area-name.cur:after, .page-navigation .map-area-tab .map-area-name.cur:before {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
    .page-navigation .map-area-tab .map-area-name.cur:after {
      height: 1.8rem;
      border-left: 1px dashed #337ECF;
      top: 100%; }
    .page-navigation .map-area-tab .map-area-name.cur:before {
      width: 0.55rem;
      height: 0.55rem;
      border-radius: 50%;
      background-color: #337ECF;
      bottom: -2.25rem; }
.page-navigation .map-box {
  height: 30rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border: 1px dashed #337ECF;
  position: relative;
  box-sizing: border-box;
  padding: 0.5rem; }
  .page-navigation .map-box .top-button {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 1;
    display: flex; }
    .page-navigation .map-box .top-button .goback {
      height: 2rem;
      line-height: 2rem;
      border: 1px solid #F2F2F2;
      background-color: #fff;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
      border-radius: 4px;
      font-size: 0.8rem;
      margin-right: 10px;
      width: 3rem;
      cursor: pointer;
      text-align: center;
      color: #3385FF; }
    .page-navigation .map-box .top-button .select-box {
      position: relative; }
      .page-navigation .map-box .top-button .select-box .map-search {
        width: 6rem;
        height: 2rem;
        line-height: 2rem;
        border: 1px solid #F2F2F2;
        background-color: #fff;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
        border-radius: 4px;
        box-sizing: border-box;
        padding: 0 1rem 0 1.5rem;
        font-size: 0.8rem;
        cursor: pointer;
        color: #AAAAAA; }
        .page-navigation .map-box .top-button .select-box .map-search::placeholder {
          color: #AAAAAA; }
      .page-navigation .map-box .top-button .select-box .option {
        position: absolute;
        left: 0;
        top: 2.2rem;
        display: none; }
        .page-navigation .map-box .top-button .select-box .option ul {
          width: 6rem;
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
          background-color: #fff; }
          .page-navigation .map-box .top-button .select-box .option ul li a {
            display: block;
            height: 2rem;
            line-height: 2rem;
            text-align: center;
            color: #333;
            font-size: 0.8rem; }
            .page-navigation .map-box .top-button .select-box .option ul li a:hover {
              background-color: #F2F2F2;
              color: #3385FF; }
      .page-navigation .map-box .top-button .select-box .icon {
        position: absolute;
        font-size: 1rem;
        line-height: 1;
        color: #3385FF;
        left: 0.5rem;
        top: 0.5rem; }
      .page-navigation .map-box .top-button .select-box .arrow {
        position: absolute;
        font-size: 12px;
        color: #555;
        right: 0.5rem;
        top: 0.7rem;
        transition: transform 0.3s; }
      .page-navigation .map-box .top-button .select-box.active .map-search {
        border-color: #3385FF; }
      .page-navigation .map-box .top-button .select-box.active .arrow {
        transform: rotate(180deg); }
  .page-navigation .map-box .map-search-result {
    height: 29rem;
    width: 15rem;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 0.5rem;
    z-index: 2;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem; }
    .page-navigation .map-box .map-search-result .top-keyword {
      height: 2rem;
      border-bottom: 1px solid #D7D7D7;
      display: flex;
      align-items: center; }
      .page-navigation .map-box .map-search-result .top-keyword .icon {
        font-size: 0.8rem;
        color: #3385FF;
        margin-right: 4px; }
      .page-navigation .map-box .map-search-result .top-keyword p {
        flex: 1;
        font-size: 0; }
        .page-navigation .map-box .map-search-result .top-keyword p span {
          font-size: 0.7rem;
          color: #AAAAAA; }
          .page-navigation .map-box .map-search-result .top-keyword p span.keyword {
            color: #333; }
      .page-navigation .map-box .map-search-result .top-keyword .close {
        font-size: 0.7rem;
        color: #333;
        cursor: pointer; }
    .page-navigation .map-box .map-search-result .result-list {
      height: calc(100% - 2.5rem);
      margin-top: 0.5rem; }
      .page-navigation .map-box .map-search-result .result-list > div {
        border: none !important; }
  .page-navigation .map-box .map-container {
    height: 29rem; }
    .page-navigation .map-box .map-container img {
      max-width: none !important; }
    .page-navigation .map-box .map-container input {
      box-sizing: border-box;
      padding: 0.15rem;
      height: 1.3rem !important;
      font-size: 0.6rem;
      vertical-align: middle; }
    .page-navigation .map-box .map-container .BMapLib_ap th, .page-navigation .map-box .map-container .BMapLib_ap td {
      padding: 0.15rem; }
    .page-navigation .map-box .map-container #BMapLib_is_remember_phone {
      margin-left: 0.25rem; }
    .page-navigation .map-box .map-container .BMapLib_SearchInfoWindow, .page-navigation .map-box .map-container .position-map .BMapLib_nav_tab_content li {
      font-family: inherit; }
    .page-navigation .map-box .map-container .BMapLib_bubble_title {
      font-weight: bold; }
    .page-navigation .map-box .map-container .BMapLib_bubble_content {
      line-height: 2; }
    .page-navigation .map-box .map-container .BMapLib_trans {
      top: auto !important; }
    .page-navigation .map-box .map-container .BMapLib_sms_declare_phone {
      font-size: 0.6rem; }
    .page-navigation .map-box .map-container .BMap_scaleHBar img {
      display: none; }
.page-navigation .inner-navigation {
  background-color: #fff;
  border: 1px dashed #337ECF;
  box-sizing: border-box;
  padding: 0 2rem 1.35rem;
  margin-top: 1rem; }
  .page-navigation .inner-navigation .tab-tit-box {
    border-bottom: 1px solid #D7D7D7;
    display: flex; }
    .page-navigation .inner-navigation .tab-tit-box .tab-tit {
      height: 3.2rem;
      cursor: pointer;
      display: flex;
      align-items: center;
      color: #337ECF;
      position: relative;
      margin-right: 2rem; }
      .page-navigation .inner-navigation .tab-tit-box .tab-tit i {
        font-size: 1.2rem;
        color: #337ECF;
        margin-right: 0.5rem; }
      .page-navigation .inner-navigation .tab-tit-box .tab-tit p {
        font-size: 0.9rem;
        color: #333; }
      .page-navigation .inner-navigation .tab-tit-box .tab-tit:after {
        content: "";
        width: 100%;
        height: 4px;
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: #337ECF;
        opacity: 0; }
      .page-navigation .inner-navigation .tab-tit-box .tab-tit.cur:after {
        opacity: 1; }
  .page-navigation .inner-navigation .tab-pannel-wrap {
    margin-top: 1rem; }
    .page-navigation .inner-navigation .tab-pannel-wrap .tab-pannel {
      height: 7.6rem; }
      .page-navigation .inner-navigation .tab-pannel-wrap .tab-pannel .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-color: #34989F;
        width: 0.2rem;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px; }
      .page-navigation .inner-navigation .tab-pannel-wrap .tab-pannel .mCSB_scrollTools .mCSB_draggerRail {
        background-color: #D7D7D7;
        width: 0.1rem;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px; }

.category-map001 h1 {
  font-weight: normal;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 2rem; }

@media (max-width: 960px) {
  .page-navigation .map-area-tab .map-area-name {
    margin: 0 5px; }
    .page-navigation .map-area-tab .map-area-name span {
      font-size: 16px; }
  .page-navigation .inner-navigation .tab-tit-box .tab-tit {
    margin-right: 10px; }
    .page-navigation .inner-navigation .tab-tit-box .tab-tit i {
      font-size: 14px;
      margin-right: 2px; }
    .page-navigation .inner-navigation .tab-tit-box .tab-tit p {
      font-size: 14px; } }
.list-video001 .inner-layout ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5%; }
  .list-video001 .inner-layout ul li {
    width: 24%;
    margin: 0 0.5% 1rem; }
    .list-video001 .inner-layout ul li a.img {
      width: 100%;
      box-sizing: border-box;
      height: 11.05rem;
      border: 1px solid #c9c9c9;
      padding: 0.3rem;
      display: block;
      overflow: hidden; }
      .list-video001 .inner-layout ul li a.img .inner-img {
        width: 100%;
        height: 100%;
        background-color: #004C99;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden; }
        .list-video001 .inner-layout ul li a.img .inner-img img {
          width: 100%;
          height: 100%;
          transition: all 0.3s; }
        .list-video001 .inner-layout ul li a.img .inner-img p {
          font-size: 1.2rem;
          color: rgba(255, 255, 255, 0.6); }
        .list-video001 .inner-layout ul li a.img .inner-img i {
          position: absolute;
          bottom: 0.5rem;
          right: 0.5rem;
          background-color: #EABE69;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          font-size: 1rem;
          color: #fff;
          text-align: center;
          border-radius: 4px;
          width: 2.35rem;
          height: 2.35rem;
          line-height: 2.35rem; }
      .list-video001 .inner-layout ul li a.img:hover .inner-img img {
        transform: scale(1.1); }
    .list-video001 .inner-layout ul li a.tit {
      text-align: center;
      font-size: 0.9rem;
      color: #333333;
      line-height: 0.9rem;
      max-height: 0.9rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      margin-top: 0.5rem; }
      .list-video001 .inner-layout ul li a.tit:hover {
        color: #337ECF; }

@media (max-width: 960px) {
  .list-video001 .inner-layout ul {
    margin: 0; }
    .list-video001 .inner-layout ul li {
      margin: 0 0 20px;
      width: 100%; }
      .list-video001 .inner-layout ul li a.img {
        height: 50vw; } }
.show-video-supportAli {
  padding-bottom: 4rem;
  display: flex;
  justify-content: space-between; }
  .show-video-supportAli .list-item.has-right {
    width: 40rem; }
  .show-video-supportAli .list-item {
    width: 100%; }
    .show-video-supportAli .list-item .content {
      width: 100%;
      border-bottom: 1px solid #AAAAAA;
      padding-bottom: 1rem;
      position: relative; }
      .show-video-supportAli .list-item .content .news-title {
        border-bottom: 1px solid #D7D7D7;
        padding-bottom: 1rem;
        color: #444;
        position: relative; }
        .show-video-supportAli .list-item .content .news-title:after {
          content: "";
          display: block;
          width: 7.1rem;
          height: 0.1rem;
          background-color: #004C99;
          position: absolute;
          bottom: 0;
          left: 0; }
        .show-video-supportAli .list-item .content .news-title p {
          font-size: 0.9rem;
          line-height: 1.5;
          text-align: center; }
        .show-video-supportAli .list-item .content .news-title p.top-title {
          margin-bottom: 0.5rem; }
        .show-video-supportAli .list-item .content .news-title p.sub-title {
          margin-top: 0.5rem; }
        .show-video-supportAli .list-item .content .news-title h1 {
          text-align: center;
          font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 1.6rem;
          color: #333333;
          line-height: 1.5; }
        .show-video-supportAli .list-item .content .news-title span {
          font-size: 0.7rem;
          color: #888;
          line-height: 1;
          display: inline-block; }
        .show-video-supportAli .list-item .content .news-title .time-comefrom {
          margin-top: 2rem;
          font-size: 0; }
          .show-video-supportAli .list-item .content .news-title .time-comefrom span.comefrom {
            margin-left: 1.05rem;
            position: relative; }
            .show-video-supportAli .list-item .content .news-title .time-comefrom span.comefrom:before {
              content: "";
              height: 14px;
              width: 1px;
              background-color: #D7D7D7;
              position: absolute;
              top: 0;
              left: -0.5rem; }
        .show-video-supportAli .list-item .content .news-title .news-author {
          font-size: 0;
          margin-top: 0.7rem; }
          .show-video-supportAli .list-item .content .news-title .news-author span {
            margin-right: 1rem;
            position: relative; }
            .show-video-supportAli .list-item .content .news-title .news-author span + span:before {
              content: "";
              height: 14px;
              width: 1px;
              background-color: #D7D7D7;
              position: absolute;
              left: -0.5rem;
              top: 0; }
        .show-video-supportAli .list-item .content .news-title .ctrl {
          position: absolute;
          right: 0;
          bottom: 1rem;
          display: flex;
          align-items: center; }
          .show-video-supportAli .list-item .content .news-title .ctrl span {
            color: #333333;
            font-size: 0.7rem;
            line-height: 1; }
          .show-video-supportAli .list-item .content .news-title .ctrl .btn {
            color: #7F7F7F;
            font-size: 1rem;
            margin-left: 0.5rem;
            line-height: 1;
            cursor: pointer; }
            .show-video-supportAli .list-item .content .news-title .ctrl .btn i {
              font-size: 1rem; }
            .show-video-supportAli .list-item .content .news-title .ctrl .btn:hover {
              color: #1D9D9A; }
              .show-video-supportAli .list-item .content .news-title .ctrl .btn:hover i {
                color: #1D9D9A; }
      .show-video-supportAli .list-item .content .news-content {
        padding-top: 2rem; }
        .show-video-supportAli .list-item .content .news-content p {
          margin-bottom: 8px;
          font-size: 16px;
          line-height: 1.5;
          font-family: "Microsoft YaHei UI","Microsoft YaHei",Arial,SimSun,"Segoe UI",Tahoma,Helvetica,sans-serif; }
        .show-video-supportAli .list-item .content .news-content img {
          max-width: 100% !important;
          display: block;
          margin-right: auto;
          margin-left: auto;
          height: auto !important; }
      .show-video-supportAli .list-item .content .detailed .fox-video {
        margin-top: 1.25rem; }
        .show-video-supportAli .list-item .content .detailed .fox-video .loading {
          height: 33.75rem;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 1.8rem;
          color: #AAAAAA; }
      @media (max-width: 960px) {
        .show-video-supportAli .list-item .content .detailed .fox-video {
          height: 55.5vw !important;
          min-height: 200px; }
          .show-video-supportAli .list-item .content .detailed .fox-video .loading {
            height: 100%; } }
      .show-video-supportAli .list-item .content .original-title {
        font-size: 0.8rem;
        color: #7F7F7F;
        line-height: 1.5;
        margin-top: 1rem; }
      .show-video-supportAli .list-item .content .share-box {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: 1rem;
        font-size: 0; }
        .show-video-supportAli .list-item .content .share-box span {
          color: #333333;
          font-size: 0.7rem;
          line-height: 1;
          display: inline-block; }
        .show-video-supportAli .list-item .content .share-box .share-btn {
          margin-left: 0.5rem; }
          .show-video-supportAli .list-item .content .share-box .share-btn i {
            font-size: 1rem;
            line-height: 1;
            color: #7F7F7F; }
          .show-video-supportAli .list-item .content .share-box .share-btn:hover i {
            color: #1D9D9A; }
    .show-video-supportAli .list-item .left-tit {
      font-size: 1.2rem;
      line-height: 1;
      color: #333;
      font-weight: normal; }
    .show-video-supportAli .list-item .related-expert {
      margin-top: 2rem; }
      .show-video-supportAli .list-item .related-expert ul {
        margin-top: 1rem; }
        .show-video-supportAli .list-item .related-expert ul li {
          margin-top: 0.5rem; }
          .show-video-supportAli .list-item .related-expert ul li a {
            height: 7.95rem;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            background-color: #fff;
            box-sizing: border-box;
            padding: 1rem;
            display: flex; }
            .show-video-supportAli .list-item .related-expert ul li a .doc-img {
              width: 4.5rem;
              height: 6rem;
              margin-right: 2rem;
              flex-shrink: 0;
              overflow: hidden;
              border-radius: 4px; }
              .show-video-supportAli .list-item .related-expert ul li a .doc-img img {
                width: 100%;
                height: 100%; }
            .show-video-supportAli .list-item .related-expert ul li a .doc-info .doc-name {
              font-size: 0.9rem;
              color: #333;
              line-height: 1;
              margin-top: 0.5rem; }
            .show-video-supportAli .list-item .related-expert ul li a .doc-info .dep-protit {
              display: flex;
              margin-top: 0.5rem;
              font-size: 0; }
              .show-video-supportAli .list-item .related-expert ul li a .doc-info .dep-protit .depart {
                font-size: 0.7rem;
                color: #000;
                line-height: 1; }
              .show-video-supportAli .list-item .related-expert ul li a .doc-info .dep-protit .protit {
                margin-left: 1rem; }
                .show-video-supportAli .list-item .related-expert ul li a .doc-info .dep-protit .protit span {
                  font-size: 0.7rem;
                  color: #000;
                  display: inline-block;
                  line-height: 1;
                  position: relative; }
                  .show-video-supportAli .list-item .related-expert ul li a .doc-info .dep-protit .protit span + span:before {
                    content: "/"; }
            .show-video-supportAli .list-item .related-expert ul li a .doc-info .goodat {
              margin-top: 0.5rem;
              color: #7F7F7F;
              line-height: 1.05rem;
              max-height: 3.15rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              font-size: 0.7rem; }
            .show-video-supportAli .list-item .related-expert ul li a:hover .doc-info .doc-name {
              color: #1D9D9A; }
    .show-video-supportAli .list-item .related-depart {
      margin-top: 2rem; }
      .show-video-supportAli .list-item .related-depart ul li {
        padding: 1rem 0;
        border-bottom: 1px solid #D7D7D7;
        box-sizing: border-box; }
        .show-video-supportAli .list-item .related-depart ul li .dep-tit {
          display: inline-block;
          font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 0.9rem;
          color: #333333;
          line-height: 1;
          margin-bottom: 1rem; }
          .show-video-supportAli .list-item .related-depart ul li .dep-tit:hover {
            color: #1D9D9A; }
        .show-video-supportAli .list-item .related-depart ul li .dep-intro {
          font-size: 0.7rem;
          color: #7F7F7F;
          line-height: 21px;
          max-height: 42px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box; }
  .show-video-supportAli .news-right {
    width: 17rem; }
    .show-video-supportAli .news-right a.column-tit {
      width: 100%;
      color: #333333;
      display: flex;
      align-items: center;
      justify-content: space-between;
      box-sizing: border-box;
      line-height: 1; }
      .show-video-supportAli .news-right a.column-tit span {
        font-size: 1.2rem; }
      .show-video-supportAli .news-right a.column-tit i {
        font-size: 0.8rem; }
      .show-video-supportAli .news-right a.column-tit:hover {
        color: #004C99; }
    .show-video-supportAli .news-right ul {
      margin-top: 1rem;
      width: 100%; }
      .show-video-supportAli .news-right ul li {
        width: 100%;
        height: 4.5rem;
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
        margin-bottom: 1rem;
        background-color: #fff;
        transition: all 0.5s;
        position: relative;
        overflow: hidden; }
        .show-video-supportAli .news-right ul li:hover a img {
          opacity: 0.15; }
        .show-video-supportAli .news-right ul li:hover a p.title, .show-video-supportAli .news-right ul li:hover a .time {
          color: #337ECF; }
        .show-video-supportAli .news-right ul li a {
          width: 100%;
          height: 100%;
          display: block;
          box-sizing: border-box;
          padding: 0.5rem;
          font-size: 0;
          position: relative; }
          .show-video-supportAli .news-right ul li a img {
            position: absolute;
            bottom: 0;
            right: 0;
            opacity: 0; }
          .show-video-supportAli .news-right ul li a .time {
            font-size: 0.7rem;
            color: #004C99;
            display: inline-block;
            line-height: 1; }
          .show-video-supportAli .news-right ul li a p.title {
            font-size: 0.8rem;
            line-height: 1.2rem;
            max-height: 2.4rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            color: #333333;
            margin-top: 0.4rem; }

@media (max-width: 960px) {
  .news-show001-box .inner-layout {
    padding: 0 20px; }

  .news-show001 {
    display: block; }
    .news-show001 .list-item.has-right {
      width: 100%; }
    .news-show001 .list-item .content .news-title .ctrl {
      position: static;
      margin-top: 10px; }
    .news-show001 .news-right {
      width: 100%;
      margin-top: 20px; } }
.staff-news001 {
  position: relative;
  padding-top: 6.5rem;
  padding-bottom: 3.5rem; }
  .staff-news001 .layout .inner-news {
    display: flex;
    justify-content: space-between; }
    .staff-news001 .layout .inner-news h1 {
      font-weight: normal;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .staff-news001 .layout .inner-news h1 .tab-tit-box {
        display: flex;
        align-items: center; }
        .staff-news001 .layout .inner-news h1 .tab-tit-box .tab-tit {
          position: relative; }
          .staff-news001 .layout .inner-news h1 .tab-tit-box .tab-tit + .tab-tit {
            margin-left: 2.5rem; }
            .staff-news001 .layout .inner-news h1 .tab-tit-box .tab-tit + .tab-tit::before {
              content: "";
              width: 0.5rem;
              height: 0.5rem;
              border-radius: 50%;
              background-color: #C4AF76;
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              left: -1.5rem; }
          .staff-news001 .layout .inner-news h1 .tab-tit-box .tab-tit.cur .left-tit001:before, .staff-news001 .layout .inner-news h1 .tab-tit-box .tab-tit.cur .left-tit001:after {
            display: block; }
          .staff-news001 .layout .inner-news h1 .tab-tit-box .tab-tit.cur .left-tit001 a {
            color: #337ECF; }
    .staff-news001 .layout .inner-news .left-news {
      width: 43rem;
      margin-right: 3.5rem; }
      .staff-news001 .layout .inner-news .left-news h1 .left-tit001:before, .staff-news001 .layout .inner-news .left-news h1 .left-tit001:after {
        display: none; }
      .staff-news001 .layout .inner-news .left-news .tab-pannel-wrap {
        margin-top: 2.3rem; }
        .staff-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news {
          display: flex;
          justify-content: space-between; }
          .staff-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news a.img {
            width: 20rem;
            height: 11.2rem;
            overflow: hidden;
            display: block;
            margin-right: 1rem; }
            .staff-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news a.img img {
              width: 100%;
              height: 100%;
              transition: all 0.3s; }
            .staff-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news a.img:hover img {
              transform: scale(1.1); }
          .staff-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news .right-info {
            width: 22rem;
            height: 11.2rem;
            box-sizing: border-box;
            border-bottom: 1px solid #E4E4E4;
            padding-top: 1rem; }
            .staff-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news .right-info a.tit {
              font-size: 1.2rem;
              line-height: 1.8rem;
              height: 3.6rem;
              color: #333333;
              line-height: 1.8rem;
              max-height: 3.6rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box; }
              .staff-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news .right-info a.tit:hover {
                color: #337ECF; }
            .staff-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news .right-info span {
              font-size: 1rem;
              line-height: 1;
              color: #C4AF76;
              margin-top: 1.95rem;
              display: inline-block; }
        .staff-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel ul {
          margin-top: 2rem; }
          .staff-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel ul li {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 1.85rem; }
            .staff-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel ul li a.tit {
              font-size: 0.9rem;
              line-height: 1.5rem;
              height: 1.5rem;
              color: #333333;
              line-height: 1.35rem;
              max-height: 1.35rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              display: -webkit-box; }
              .staff-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel ul li a.tit:hover {
                color: #337ECF; }
            .staff-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel ul li span {
              font-size: 0.8rem;
              line-height: 1;
              color: #C4AF76;
              margin-left: 1rem;
              display: inline-block; }
    .staff-news001 .layout .inner-news .right-notice {
      width: 21.5rem;
      font-size: 0; }
      .staff-news001 .layout .inner-news .right-notice ul {
        margin-top: 2.35rem;
        position: relative; }
        .staff-news001 .layout .inner-news .right-notice ul:before {
          content: "";
          background-image: url(../images/363/staff/notice_line.png);
          left: -1.5rem;
          top: 0;
          height: 100%;
          width: 1.15rem;
          background-repeat: repeat-y;
          position: absolute; }
        .staff-news001 .layout .inner-news .right-notice ul li {
          margin-bottom: 2rem; }
          .staff-news001 .layout .inner-news .right-notice ul li a.tit {
            font-size: 0.9rem;
            line-height: 1.5rem;
            height: 3rem;
            color: #333333;
            line-height: 1.35rem;
            max-height: 2.7rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box; }
            .staff-news001 .layout .inner-news .right-notice ul li a.tit:hover {
              color: #337ECF; }
          .staff-news001 .layout .inner-news .right-notice ul li span {
            font-size: 0.8rem;
            line-height: 1;
            color: #C4AF76;
            margin-top: 0.8rem;
            display: inline-block; }

@media (max-width: 1440px) {
  .staff-news001 .layout .inner-news .left-news {
    width: 30rem; }

  .staff-news001 {
    padding-bottom: 2.5rem; } }
@media (max-width: 960px) {
  .staff-news001 {
    padding: 50px 0 20px; }
    .staff-news001 .layout {
      padding: 0 20px; }
      .staff-news001 .layout .inner-news {
        display: block; }
        .staff-news001 .layout .inner-news h1 .tab-tit-box .tab-tit .left-tit001 {
          font-size: 18px; }
        .staff-news001 .layout .inner-news .left-news {
          margin-right: 0;
          width: 100%; }
          .staff-news001 .layout .inner-news .left-news .tab-pannel-wrap {
            margin-top: 23px; }
            .staff-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news {
              flex-wrap: wrap; }
              .staff-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news a.img {
                width: 100%;
                height: auto;
                margin-right: 0;
                flex-shrink: 0; }
              .staff-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news .right-info {
                width: 100%;
                height: auto;
                padding-top: 5px;
                padding-bottom: 10px; }
                .staff-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news .right-info a.tit {
                  line-height: 1.35rem;
                  max-height: 2.7rem;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: normal;
                  word-wrap: break-word;
                  -webkit-line-clamp: 2;
                  -webkit-box-orient: vertical;
                  display: -webkit-box; }
                .staff-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news .right-info span {
                  margin-top: 10px; }
            .staff-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel ul {
              margin-top: 20px; }
              .staff-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel ul li {
                margin-top: 20px; }
        .staff-news001 .layout .inner-news .right-notice {
          width: 100%;
          margin-top: 30px; }
          .staff-news001 .layout .inner-news .right-notice ul {
            padding-left: 20px;
            margin-top: 20px; }
            .staff-news001 .layout .inner-news .right-notice ul:before {
              left: 0; }
          .staff-news001 .layout .inner-news .right-notice ul li {
            margin-bottom: 20px; } }
.staff-special001 {
  padding-top: 4rem; }
  .staff-special001 h1 {
    display: flex;
    justify-content: center; }
  .staff-special001 .special-list {
    display: flex;
    margin-right: -1.33rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 3.3rem; }
    .staff-special001 .special-list a.special-item {
      display: block;
      width: 16rem;
      height: 9rem;
      margin: 0 1.33rem 1.5rem 0;
      overflow: hidden; }
      .staff-special001 .special-list a.special-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.3s; }
      .staff-special001 .special-list a.special-item:hover img {
        transform: scale(1.1); }
  .staff-special001 .more {
    margin: 0.5rem auto 0;
    width: fit-content;
    padding: 0 3.7rem;
    position: relative; }
    .staff-special001 .more:before, .staff-special001 .more:after {
      content: "";
      width: 9rem;
      border-top: 1px dashed #004C99;
      position: absolute;
      top: 50%; }
    .staff-special001 .more:before {
      left: -9rem; }
    .staff-special001 .more:after {
      right: -9rem; }

@media (max-width: 1440px) {
  .staff-special001 .special-list a.special-item {
    width: 14.0025rem;
    height: 7.875rem; } }
@media (max-width: 960px) {
  .staff-special001 {
    padding-top: 40px;
    overflow: hidden; }
    .staff-special001 .layout {
      box-sizing: border-box;
      padding: 0 20px; }
    .staff-special001 .special-list {
      margin-right: 0;
      margin-top: 23px; }
      .staff-special001 .special-list a.special-item {
        margin-right: 0;
        width: 100%;
        height: 50vw; } }
.staff-columns-mtbd {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  .staff-columns-mtbd .layout {
    display: flex;
    justify-content: space-between; }
    .staff-columns-mtbd .layout .left-columns {
      width: 40.5rem;
      margin-right: 2.5rem;
      flex-shrink: 0; }
      .staff-columns-mtbd .layout .left-columns ul {
        margin-top: 1.3rem;
        display: flex;
        flex-wrap: wrap;
        margin-right: -1.5rem; }
        .staff-columns-mtbd .layout .left-columns ul li {
          width: 9rem;
          border-bottom: 1px dashed rgba(196, 175, 118, 0.5);
          margin-right: 1.5rem;
          box-sizing: border-box;
          padding: 1rem 0 1rem 1.15rem;
          position: relative; }
          .staff-columns-mtbd .layout .left-columns ul li::before {
            content: "";
            height: 1.2rem;
            border-left: 0.15rem solid #004C99;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -0.6rem; }
          .staff-columns-mtbd .layout .left-columns ul li a {
            font-size: 1.4rem;
            display: block;
            line-height: 1;
            color: #333333; }
            .staff-columns-mtbd .layout .left-columns ul li a:hover {
              color: #337ECF; }
    .staff-columns-mtbd .layout .right-mtbd {
      width: 25rem; }
      .staff-columns-mtbd .layout .right-mtbd .staff-tit {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .staff-columns-mtbd .layout .right-mtbd .staff-tit a.left-tit:after {
          background-color: #004C99; }
        .staff-columns-mtbd .layout .right-mtbd .staff-tit a.right-more:hover span {
          color: #004C99; }
      .staff-columns-mtbd .layout .right-mtbd .news-list {
        width: 100%;
        margin-top: 2.3rem; }
        .staff-columns-mtbd .layout .right-mtbd .news-list a.news-item {
          width: 100%;
          height: 5.5rem;
          box-shadow: 5px 5px 20px rgba(215, 215, 215, 0.47);
          box-sizing: border-box;
          padding: 0.75rem;
          margin-bottom: 0.6rem;
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
          .staff-columns-mtbd .layout .right-mtbd .news-list a.news-item p.tit {
            color: #000000;
            font-size: 0.9rem;
            line-height: 1.35rem;
            max-height: 2.7rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            margin-bottom: 0rem; }
          .staff-columns-mtbd .layout .right-mtbd .news-list a.news-item .time {
            font-size: 0.8rem;
            line-height: 1;
            color: rgba(0, 76, 153, 0.6); }
          .staff-columns-mtbd .layout .right-mtbd .news-list a.news-item:hover p.tit {
            color: #337ECF; }

@media (max-width: 1440px) {
  .staff-columns-mtbd .layout .left-columns {
    width: 37.5rem; }
    .staff-columns-mtbd .layout .left-columns ul li {
      width: 7.875rem; }
      .staff-columns-mtbd .layout .left-columns ul li a {
        font-size: 1.3rem; } }
@media (max-width: 960px) {
  .staff-columns-mtbd {
    padding: 40px 0; }
    .staff-columns-mtbd .layout {
      box-sizing: border-box;
      padding: 0 20px;
      flex-wrap: wrap; }
      .staff-columns-mtbd .layout .left-columns {
        width: 100%;
        margin-right: 0; }
        .staff-columns-mtbd .layout .left-columns ul {
          justify-content: space-between;
          margin-right: 0; }
          .staff-columns-mtbd .layout .left-columns ul li {
            width: 48%;
            margin-right: 0; }
            .staff-columns-mtbd .layout .left-columns ul li a {
              font-size: 16px; }
      .staff-columns-mtbd .layout .right-mtbd {
        width: 100%;
        margin-top: 20px; }
        .staff-columns-mtbd .layout .right-mtbd .news-list {
          margin-top: 23px; } }
.staff-cyrk001 {
  background-image: url(../images/363/staff/ygtd_bg.jpg);
  padding: 4rem 0 4rem;
  background-size: cover; }
  .staff-cyrk001 .layout {
    position: relative; }
    .staff-cyrk001 .layout .left-cyrk {
      width: 38rem;
      height: 27rem;
      background-image: url(../images/363/staff/ygtd_left_bg.jpg);
      background-size: cover;
      box-sizing: border-box;
      padding: 3.5rem 0 0 2rem; }
      .staff-cyrk001 .layout .left-cyrk h1.staff-tit a.left-tit {
        color: #fff; }
        .staff-cyrk001 .layout .left-cyrk h1.staff-tit a.left-tit:after {
          background-color: rgba(255, 255, 255, 0.6); }
    .staff-cyrk001 .layout h1 {
      display: flex;
      justify-content: center; }
    .staff-cyrk001 .layout .column-list {
      display: flex;
      flex-wrap: wrap;
      margin-top: 2.3rem; }
      .staff-cyrk001 .layout .column-list .column-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 33%;
        height: 9rem;
        position: relative; }
        .staff-cyrk001 .layout .column-list .column-item .svg {
          width: 3.5rem;
          position: relative; }
          .staff-cyrk001 .layout .column-list .column-item .svg #svg0 .st1 {
            opacity: 0.4;
            fill: #FFFFFF; }
          .staff-cyrk001 .layout .column-list .column-item .svg #svg0 .st0 {
            fill: #FFFFFF; }
          .staff-cyrk001 .layout .column-list .column-item .svg #svg1 .st0 {
            fill: #337ECF; }
          .staff-cyrk001 .layout .column-list .column-item .svg #svg1 .st1 {
            opacity: 0.4;
            fill: #337ECF; }
          .staff-cyrk001 .layout .column-list .column-item .svg #svg2 .st0 {
            opacity: 0.4;
            fill: #fff; }
          .staff-cyrk001 .layout .column-list .column-item .svg #svg2 .st1 {
            fill: #fff; }
          .staff-cyrk001 .layout .column-list .column-item .svg #svg3 .st0 {
            fill: #FFFFFF; }
          .staff-cyrk001 .layout .column-list .column-item .svg #svg3 .st1 {
            opacity: 0.4;
            fill: #FFFFFF; }
          .staff-cyrk001 .layout .column-list .column-item .svg #svg4 .st0 {
            fill: #FFFFFF; }
          .staff-cyrk001 .layout .column-list .column-item .svg #svg4 .st1 {
            fill: #FFFFFF;
            stroke: #000000;
            stroke-width: 7.2289;
            stroke-miterlimit: 10; }
          .staff-cyrk001 .layout .column-list .column-item .svg #svg4 .st2 {
            opacity: 0.4;
            fill: #FFFFFF; }
          .staff-cyrk001 .layout .column-list .column-item .svg #svg5 .st0 {
            fill: #FFFFFF; }
          .staff-cyrk001 .layout .column-list .column-item .svg #svg5 .st1 {
            opacity: 0.4;
            fill: #FFFFFF; }
          .staff-cyrk001 .layout .column-list .column-item .svg #svg6 .cls-1 {
            opacity: 0.5;
            fill: #FFFFFF; }
          .staff-cyrk001 .layout .column-list .column-item .svg #svg6 .cls-2 {
            fill: #fff; }
          .staff-cyrk001 .layout .column-list .column-item .svg #svg7 .cls-1 {
            opacity: 0.5;
            fill: #fff; }
          .staff-cyrk001 .layout .column-list .column-item .svg #svg7 .cls-2 {
            fill: #fff; }
          .staff-cyrk001 .layout .column-list .column-item .svg #svg8 .st1 {
            opacity: 0.4;
            fill: #FFFFFF; }
          .staff-cyrk001 .layout .column-list .column-item .svg #svg8 .st0 {
            fill: #FFFFFF; }
        .staff-cyrk001 .layout .column-list .column-item .tit {
          color: #fff;
          margin-top: 0.25rem;
          position: relative; }
        .staff-cyrk001 .layout .column-list .column-item:hover .svg {
          animation: rotateY 0.5s ease; }
        .staff-cyrk001 .layout .column-list .column-item.item0 {
          background-color: #337ECF;
          background-image: url(../images/363/staff/hqbz.jpg); }
        .staff-cyrk001 .layout .column-list .column-item.item1 {
          background-color: #36A4AC; }
        .staff-cyrk001 .layout .column-list .column-item.item2 {
          background-color: #FFFFFF;
          background-image: url(../images/363/staff/bi.jpg); }
          .staff-cyrk001 .layout .column-list .column-item.item2 .tit {
            color: #333333; }
        .staff-cyrk001 .layout .column-list .column-item.item3 {
          background-color: #C4AF76; }
        .staff-cyrk001 .layout .column-list .column-item.item4 {
          background-color: #EABE69; }
        .staff-cyrk001 .layout .column-list .column-item.item5 {
          background-color: #98d4e1; }
        .staff-cyrk001 .layout .column-list .column-item.item6 {
          background-image: url(../images/363/staff/empty_bg.jpg); }
          .staff-cyrk001 .layout .column-list .column-item.item6:before {
            content: "";
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            position: absolute;
            left: 0;
            top: 0; }
        .staff-cyrk001 .layout .column-list .column-item.item7 {
          background-color: #004C99; }
        .staff-cyrk001 .layout .column-list .column-item.item8 {
          background-color: #98D4E1;
          background-image: url(../images/363/staff/zgzw.jpg); }

@media (max-width: 960px) {
  .staff-cyrk001 {
    padding: 40px 0; }
    .staff-cyrk001 .layout {
      box-sizing: border-box;
      padding: 0 20px; }
      .staff-cyrk001 .layout .left-cyrk {
        width: 50%;
        height: 9rem;
        position: absolute;
        padding: 20px; }
      .staff-cyrk001 .layout .column-list {
        width: 100%;
        position: static;
        margin-top: 23px; }
        .staff-cyrk001 .layout .column-list .column-item {
          margin: 0 !important;
          width: 50%; } }
.home-column-entry001 {
  box-sizing: border-box;
  padding-bottom: 8rem; }
  .home-column-entry001 .layout {
    display: flex;
    justify-content: center; }
    .home-column-entry001 .layout .column-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 14.5rem;
      height: 12rem;
      overflow: hidden;
      position: relative;
      flex-shrink: 0; }
      .home-column-entry001 .layout .column-item .circle {
        width: 5.5rem;
        height: 5.5rem;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .5s ease; }
      .home-column-entry001 .layout .column-item i {
        color: #fff;
        font-size: 2.5rem;
        line-height: 1;
        transition: all .5s ease;
        position: absolute;
        top: 3.65rem; }
      .home-column-entry001 .layout .column-item p {
        margin-top: 1.2rem;
        font-size: 1.2rem;
        line-height: 1;
        color: #fff;
        transition: all .5s ease;
        left: 0;
        top: 0; }
      .home-column-entry001 .layout .column-item:hover .circle {
        transform: scale(10); }
      .home-column-entry001 .layout .column-item:hover i {
        color: rgba(255, 255, 255, 0.2);
        transform: scale(3.5);
        top: 5.75rem; }
      .home-column-entry001 .layout .column-item:hover p {
        transform: translateY(-3.4rem); }
      .home-column-entry001 .layout .column-item.item0 {
        left: 2rem;
        top: 0;
        z-index: 1;
        background-color: #36A4AC; }
      .home-column-entry001 .layout .column-item.item1 {
        left: 0.65rem;
        top: 4rem;
        z-index: 2;
        background-color: #EABE69; }
      .home-column-entry001 .layout .column-item.item2 {
        top: 0;
        left: -0.65rem;
        z-index: 3;
        background-color: #DBD9BE; }
      .home-column-entry001 .layout .column-item.item3 {
        left: -2rem;
        top: 4rem;
        z-index: 4;
        background-color: #337ECF; }
      .home-column-entry001 .layout .column-item.item4 {
        left: -2.8rem;
        top: 0;
        z-index: 5;
        background-color: #98d4e1; }

@media (max-width: 1440px) {
  .home-column-entry001 {
    padding-bottom: 2.5rem; }
    .home-column-entry001 .layout .column-item {
      width: 12.5rem;
      height: 11rem; }
      .home-column-entry001 .layout .column-item i {
        top: 3.15rem; }
      .home-column-entry001 .layout .column-item.item0, .home-column-entry001 .layout .column-item.item1, .home-column-entry001 .layout .column-item.item2, .home-column-entry001 .layout .column-item.item3, .home-column-entry001 .layout .column-item.item4 {
        left: 0;
        top: 0; } }
@media (max-width: 960px) {
  .home-column-entry001 {
    height: auto;
    margin-top: 20px;
    padding-bottom: 0; }
    .home-column-entry001 .layout {
      flex-direction: column;
      padding: 0 15px;
      margin-bottom: -10px; }
      .home-column-entry001 .layout .column-item {
        width: 100%;
        height: auto;
        position: relative;
        padding: 25px 0;
        margin-bottom: 10px; }
        .home-column-entry001 .layout .column-item i {
          top: 3rem; } }
.home-tab-tit-box {
  flex: 1;
  display: flex;
  margin-left: 1.85rem;
  font-weight: normal;
  position: relative; }
  .home-tab-tit-box a.tab-tit {
    font-size: 1.2rem;
    line-height: 1;
    color: #333333;
    position: relative;
    margin-right: 1.9rem; }
    .home-tab-tit-box a.tab-tit::before {
      content: "";
      width: 0.4rem;
      height: 0.4rem;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: -0.9rem; }
    .home-tab-tit-box a.tab-tit.cur {
      color: #337ECF; }
      .home-tab-tit-box a.tab-tit.cur::before {
        background-color: #337ECF; }

.home-party004 {
  padding: 4rem 0 4rem;
  background-color: #fefefc;
  position: relative; }
  .home-party004 > img {
    position: absolute;
    height: 23.55rem;
    width: 47.05rem;
    left: 50%;
    top: 0;
    transform: translateX(-50%); }
  .home-party004 .layout {
    position: relative;
    z-index: 1; }
    .home-party004 .layout h1 {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: normal; }
      .home-party004 .layout h1 .left-tit001::after {
        border-color: #AC3532; }
      .home-party004 .layout h1 .left-tit001 a {
        color: #333; }
      .home-party004 .layout h1 .tab-tit-box a.tab-tit.cur {
        color: #AC3532; }
        .home-party004 .layout h1 .tab-tit-box a.tab-tit.cur::before {
          background-color: #AC3532; }
      .home-party004 .layout h1 a.more001 span {
        color: #AC3532; }
      .home-party004 .layout h1 a.more001 .circle {
        border-color: #AC3532; }
        .home-party004 .layout h1 a.more001 .circle i {
          color: #AC3532; }
    .home-party004 .layout .inner-news {
      display: flex;
      margin-top: 2.2rem; }
      .home-party004 .layout .inner-news .nodata {
        width: 100%; }
      .home-party004 .layout .inner-news .img-news {
        width: 19.65rem;
        margin-right: 3.925rem; }
        .home-party004 .layout .inner-news .img-news a.img {
          width: 100%;
          height: 11.05rem;
          overflow: hidden;
          background-color: #AC3532;
          display: flex;
          align-items: center;
          justify-content: center; }
          .home-party004 .layout .inner-news .img-news a.img img {
            width: 100%;
            height: 100%;
            transition: all 0.3s; }
          .home-party004 .layout .inner-news .img-news a.img > p {
            font-size: 1.6rem;
            color: rgba(255, 255, 255, 0.6); }
          .home-party004 .layout .inner-news .img-news a.img:hover img {
            transform: scale(1.1); }
        .home-party004 .layout .inner-news .img-news a.bottom-info {
          display: block;
          margin-top: 1rem; }
          .home-party004 .layout .inner-news .img-news a.bottom-info .tit {
            font-size: 0.9rem;
            line-height: 1.35rem;
            max-height: 2.7rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            height: 2.7rem; }
          .home-party004 .layout .inner-news .img-news a.bottom-info .time {
            position: relative;
            margin: 1.5rem 0px 0.8rem;
            display: inline-block;
            width: 100%;
            font-size: 0.9rem;
            color: #AC3532;
            line-height: 1.4rem; }
            .home-party004 .layout .inner-news .img-news a.bottom-info .time:before {
              content: "";
              position: absolute;
              right: 0px;
              top: 0.7rem;
              width: calc(100% - 120px);
              height: 1px;
              background: #e1e5ea; }
          .home-party004 .layout .inner-news .img-news a.bottom-info .content {
            font-size: 0.8rem;
            line-height: 1.8rem;
            max-height: 5.4rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            color: #666; }
          .home-party004 .layout .inner-news .img-news a.bottom-info:hover .tit {
            color: #AC3532; }
      .home-party004 .layout .inner-news ul {
        width: 20.85rem; }
        .home-party004 .layout .inner-news ul li {
          height: 7.25rem;
          padding-right: 0.45rem;
          position: relative; }
          .home-party004 .layout .inner-news ul li + li {
            margin-top: 1.2rem; }
          .home-party004 .layout .inner-news ul li:after {
            content: "";
            position: absolute;
            top: 50%;
            margin-top: -1.3rem;
            right: 0px;
            width: 0.45rem;
            height: 2.6rem;
            background: #AC3532; }
          .home-party004 .layout .inner-news ul li a {
            height: 100%;
            box-sizing: border-box;
            display: block;
            padding: 1rem 1.75rem;
            border: #dfe5ed 1px solid;
            transition: all 0.5s; }
            .home-party004 .layout .inner-news ul li a p {
              font-size: 0.9rem;
              line-height: 1.35rem;
              max-height: 2.7rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              height: 2.7rem;
              margin-bottom: 1.15rem; }
            .home-party004 .layout .inner-news ul li a span {
              display: inline-block;
              width: 100%;
              font-size: 0.9rem;
              color: #bfc6cf;
              line-height: 1.2rem;
              position: relative; }
              .home-party004 .layout .inner-news ul li a span:after {
                content: "";
                position: absolute;
                top: 50%;
                right: 0px;
                width: calc(100% - 120px);
                height: 1px;
                background: #c3cad5; }
            .home-party004 .layout .inner-news ul li a:hover {
              background-color: #AC3532; }
              .home-party004 .layout .inner-news ul li a:hover p {
                color: #fff; }
              .home-party004 .layout .inner-news ul li a:hover span {
                color: rgba(255, 255, 255, 0.7); }
                .home-party004 .layout .inner-news ul li a:hover span:after {
                  background: rgba(255, 255, 255, 0.4); }

.home-party004 .layout .inner-news .img-news {
  margin-right: 3rem; }

@media (max-width: 960px) {
  .home-party004 {
    height: auto;
    padding: 40px 0 20px; }
    .home-party004 .layout {
      padding: 0 20px; }
      .home-party004 .layout h1 {
        flex-wrap: wrap; }
        .home-party004 .layout h1 .left-tit001 {
          width: 100%;
          text-align: center;
          margin-bottom: 30px; }
          .home-party004 .layout h1 .left-tit001:before, .home-party004 .layout h1 .left-tit001:after {
            left: 50%;
            transform: translateX(-50%); }
        .home-party004 .layout h1 .home-tab-tit-box {
          margin-left: 0; }
          .home-party004 .layout h1 .home-tab-tit-box a.tab-tit {
            font-size: 16px;
            margin-right: 15px; }
            .home-party004 .layout h1 .home-tab-tit-box a.tab-tit:before {
              left: -10px; }
          .home-party004 .layout h1 .home-tab-tit-box .tab-tit:last-child {
            margin-right: 0; }
      .home-party004 .layout .inner-news {
        flex-wrap: wrap;
        margin-top: 20px; }
        .home-party004 .layout .inner-news .img-news {
          width: 100%;
          margin-right: 0;
          margin-bottom: 30px; }
          .home-party004 .layout .inner-news .img-news a.img {
            height: 50vw; }
          .home-party004 .layout .inner-news .img-news a.bottom-info .time {
            margin: 20px 0 10px; }
        .home-party004 .layout .inner-news ul {
          width: 100%; }
          .home-party004 .layout .inner-news ul li:last-child {
            margin-bottom: 0; } }
.old-yyfs001 {
  padding-top: 4rem;
  padding-bottom: 2rem; }
  .old-yyfs001 h1.center-tit a.tit {
    font-size: 2.4rem; }
    .old-yyfs001 h1.center-tit a.tit:after {
      width: 4rem;
      height: 0.3rem;
      bottom: -1.3rem; }
  .old-yyfs001 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1.9rem; }
    .old-yyfs001 ul li {
      width: 32rem;
      padding-top: 1.5rem;
      padding-bottom: 3rem;
      display: flex; }
      .old-yyfs001 ul li .img {
        margin-right: 1.5rem;
        width: 8rem;
        height: 8rem;
        border: 1px solid #797979;
        box-sizing: border-box;
        padding: 0.5rem;
        flex-shrink: 0; }
        .old-yyfs001 ul li .img img {
          width: 100%;
          height: 100%; }
      .old-yyfs001 ul li .right-info h1 {
        display: flex;
        align-items: center; }
        .old-yyfs001 ul li .right-info h1 i {
          font-size: 2rem;
          line-height: 1;
          color: #74BB2D;
          margin-right: 0.5rem; }
        .old-yyfs001 ul li .right-info h1 p {
          font-size: 1.6rem;
          line-height: 1;
          color: #27666A; }
      .old-yyfs001 ul li .right-info .text-list {
        margin-top: 1rem; }
        .old-yyfs001 ul li .right-info .text-list p {
          color: #333333;
          font-size: 1.2rem;
          line-height: 2; }
      .old-yyfs001 ul li:first-child, .old-yyfs001 ul li:nth-child(2) {
        border-bottom: 1px dashed #333333; }
      .old-yyfs001 ul li.item1 .right-info h1 i {
        color: #02A7F0; }
      .old-yyfs001 ul li.item2 .right-info h1 i {
        color: #EC5668; }
      .old-yyfs001 ul li.item3 .right-info h1 i {
        color: #18BEB4; }
      .old-yyfs001 ul li.item3 .right-info .text-list p:before {
        content: "●";
        color: #004C99;
        margin-right: 0.5rem; }

@media (max-width: 1440px) {
  .old-yyfs001 ul li {
    width: 28rem; } }
@media (max-width: 960px) {
  .old-yyfs001 {
    padding-top: 40px; }
    .old-yyfs001 .layout {
      padding: 0 20px; }
      .old-yyfs001 .layout h1.center-tit a.tit {
        font-size: 32px; }
      .old-yyfs001 .layout ul li {
        width: 100%;
        border-bottom: 1px dashed #333333;
        padding: 30px 0; }
        .old-yyfs001 .layout ul li:last-child {
          border-bottom: none; }
        .old-yyfs001 .layout ul li .img {
          width: 100px;
          height: 100px;
          margin-right: 10px;
          padding: 5px; }
        .old-yyfs001 .layout ul li .right-info h1 i {
          font-size: 24px; }
        .old-yyfs001 .layout ul li .right-info h1 p {
          font-size: 24px; }
        .old-yyfs001 .layout ul li .right-info .text-list p {
          font-size: 18px;
          line-height: 1.5; } }
.old-columns001 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative; }
  .old-columns001 > img {
    position: absolute;
    right: 0;
    top: 0; }
  .old-columns001 .layout .inner-columns {
    display: flex; }
    .old-columns001 .layout .inner-columns a.column-item {
      width: 21.5rem;
      height: 12.2rem;
      border-radius: 10px;
      display: block;
      box-sizing: border-box;
      padding: 2rem;
      flex-shrink: 0; }
      .old-columns001 .layout .inner-columns a.column-item.item0 {
        margin-right: 1.7rem;
        height: 26rem;
        background-color: #004C99; }
      .old-columns001 .layout .inner-columns a.column-item h1 {
        font-weight: normal;
        font-size: 2.4rem;
        color: #fff;
        line-height: 1;
        margin-bottom: 2rem; }
      .old-columns001 .layout .inner-columns a.column-item span {
        font-size: 1.2rem;
        line-height: 1;
        color: #fff; }
    .old-columns001 .layout .inner-columns .column-list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .old-columns001 .layout .inner-columns .column-list a.column-item {
        margin-bottom: 1.55rem; }
        .old-columns001 .layout .inner-columns .column-list a.column-item:first-child {
          background-color: #EC5668;
          background-image: url(../images/gxhospital/old/kxw.png); }
        .old-columns001 .layout .inner-columns .column-list a.column-item:nth-child(2) {
          background-color: #40AFFC;
          background-image: url(../images/gxhospital/old/kgg.png); }
        .old-columns001 .layout .inner-columns .column-list a.column-item:nth-child(3) {
          background-color: #18BEB4;
          background-image: url(../images/gxhospital/old/ksp.png); }
        .old-columns001 .layout .inner-columns .column-list a.column-item:nth-child(4) {
          background-color: #F4B412; }

@media (max-width: 1440px) {
  .old-columns001 .layout .inner-columns a.column-item {
    width: 18.85rem; } }
@media (max-width: 960px) {
  .old-columns001 .layout {
    padding: 0 20px; }
    .old-columns001 .layout .inner-columns {
      display: block; }
      .old-columns001 .layout .inner-columns a.column-item {
        width: 49%;
        padding: 20px;
        margin-bottom: 8px !important;
        height: 140px !important; }
        .old-columns001 .layout .inner-columns a.column-item h1 {
          font-size: 32px;
          margin-bottom: 10px; }
          .old-columns001 .layout .inner-columns a.column-item h1 span {
            font-size: 18px; }
        .old-columns001 .layout .inner-columns a.column-item.item0 {
          width: 100%;
          margin-right: 0; } }
.old-tsjs001 {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .old-tsjs001 h1.center-tit a.tit {
    font-size: 2.4rem; }
    .old-tsjs001 h1.center-tit a.tit:after {
      width: 4rem;
      height: 0.3rem;
      bottom: -1.3rem; }
  .old-tsjs001 ul {
    margin-top: 3rem;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between; }
    .old-tsjs001 ul a {
      transition: all 1s; }
      .old-tsjs001 ul a li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 22rem;
        height: 2.25rem;
        border-radius: 0.2rem;
        margin-bottom: 0.75rem;
        border: 1px solid #e4e4e4;
        padding: 0 1rem;
        box-sizing: border-box; }
    .old-tsjs001 ul a.cover:nth-child(1) {
      transform: translate(100px, 100px); }
    .old-tsjs001 ul a.cover:nth-child(2) {
      transform: translate(0, 100px); }
    .old-tsjs001 ul a.cover:nth-child(3) {
      transform: translate(-100px, 100px); }
    .old-tsjs001 ul a.cover:nth-child(4) {
      transform: translate(100px, 50px); }
    .old-tsjs001 ul a.cover:nth-child(5) {
      transform: translate(0, 50px); }
    .old-tsjs001 ul a.cover:nth-child(6) {
      transform: translate(-100px, 50px); }
    .old-tsjs001 ul a.cover:nth-child(7) {
      transform: translate(100px, -50px); }
    .old-tsjs001 ul a.cover:nth-child(8) {
      transform: translate(0, -50px); }
    .old-tsjs001 ul a.cover:nth-child(9) {
      transform: translate(-100px, -50px); }
    .old-tsjs001 ul a.cover:nth-child(10) {
      transform: translate(100px, -100px); }
    .old-tsjs001 ul a.cover:nth-child(11) {
      transform: translate(0, -100px); }
    .old-tsjs001 ul a.cover:nth-child(12) {
      transform: translate(-100px, -100px); }

@media (max-width: 1440px) {
  .old-tsjs001 ul a li {
    width: 29rem; } }
@media (max-width: 960px) {
  .old-tsjs001 .layout {
    padding: 0 20px; }
  .old-tsjs001 ul {
    width: 100%; }
    .old-tsjs001 ul a li {
      width: calc(100vw - 40px); } }
.tibetan-department001 {
  height: 39.1rem;
  box-sizing: border-box;
  padding: 3rem 0 4rem;
  position: relative;
  background-color: #E7ECF2; }
  .tibetan-department001 img.bg-left {
    height: 100%;
    width: auto;
    position: absolute;
    left: 0;
    top: 0; }
  .tibetan-department001 img.bg-right {
    height: 34rem;
    width: auto;
    position: absolute;
    right: 0;
    bottom: 0; }
  .tibetan-department001 img.bg-right-top {
    height: 17.5rem;
    width: 25.5rem;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.05; }
  .tibetan-department001 .layout {
    position: relative;
    z-index: 1; }
    .tibetan-department001 .layout .staff-tit {
      text-align: center; }
      .tibetan-department001 .layout .staff-tit a:after {
        background-color: #7BB3B3; }
    .tibetan-department001 .layout .depart-box {
      display: flex;
      flex-wrap: wrap;
      margin-top: 3rem;
      width: 30rem; }
      .tibetan-department001 .layout .depart-box .depart-item {
        height: 12.4rem;
        width: 15rem;
        position: relative; }
        @media (any-hover: hover) {
          .tibetan-department001 .layout .depart-box .depart-item:hover a p:after {
            width: 4rem; } }
        .tibetan-department001 .layout .depart-box .depart-item a {
          display: block;
          box-sizing: border-box;
          padding: 2rem;
          width: 100%;
          height: 100%;
          position: relative; }
          .tibetan-department001 .layout .depart-box .depart-item a p {
            font-size: 1.2rem;
            line-height: 1;
            position: relative; }
            .tibetan-department001 .layout .depart-box .depart-item a p:after {
              content: '';
              position: absolute;
              display: block;
              height: 0.1rem;
              width: 3.2rem;
              background-color: #C8BEA2;
              transition: all 0.3s;
              bottom: -1.1rem;
              left: 0; }
          .tibetan-department001 .layout .depart-box .depart-item a i {
            position: absolute;
            color: #C4AF76;
            font-size: 3.4rem;
            right: 2rem;
            bottom: 2rem; }
        .tibetan-department001 .layout .depart-box .depart-item:nth-child(1) {
          background-color: #004C99; }
          .tibetan-department001 .layout .depart-box .depart-item:nth-child(1) p {
            color: #FFFFFF; }
            .tibetan-department001 .layout .depart-box .depart-item:nth-child(1) p:after {
              background-color: #FFFFFF; }
          .tibetan-department001 .layout .depart-box .depart-item:nth-child(1) i {
            color: #FFFFFF; }
        .tibetan-department001 .layout .depart-box .depart-item:nth-child(2) {
          background-color: #ffffff;
          top: 2rem; }
        .tibetan-department001 .layout .depart-box .depart-item:nth-child(3) {
          background-color: #ffffff; }
        .tibetan-department001 .layout .depart-box .depart-item:nth-child(4) {
          background-color: #C4AF76;
          top: 2rem; }
          .tibetan-department001 .layout .depart-box .depart-item:nth-child(4) p {
            color: #FFFFFF; }
            .tibetan-department001 .layout .depart-box .depart-item:nth-child(4) p:after {
              background-color: #FFFFFF; }
          .tibetan-department001 .layout .depart-box .depart-item:nth-child(4) i {
            color: #FFFFFF; }

@media (max-width: 960px) {
  .tibetan-department001 {
    height: auto;
    padding: 40px 0 60px; }
    .tibetan-department001 img.bg-left {
      width: 100%;
      height: 100%; }
    .tibetan-department001 img.bg-right {
      display: none; }
    .tibetan-department001 img.bg-right-top {
      width: 90%;
      opacity: 0.05; }
    .tibetan-department001 .layout {
      padding: 0 20px; }
      .tibetan-department001 .layout .depart-box {
        width: 100%; }
        .tibetan-department001 .layout .depart-box .depart-item {
          width: 50%; }
          .tibetan-department001 .layout .depart-box .depart-item:nth-child(2) {
            top: 0; }
          .tibetan-department001 .layout .depart-box .depart-item:nth-child(4) {
            top: 0; } }
.tibetan-service001 {
  padding: 6.5rem 0 4rem;
  position: relative; }
  .tibetan-service001 img.bg {
    width: 33rem;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0; }
  .tibetan-service001 .service-box {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap; }
    .tibetan-service001 .service-box .service-item {
      width: 13.6rem;
      height: 12.5rem;
      position: relative; }
      .tibetan-service001 .service-box .service-item:hover a.inner-service-item h2 .svg {
        animation: rotateY 0.5s ease; }
      .tibetan-service001 .service-box .service-item.service-title h1 {
        font-size: 2rem;
        color: #555555;
        line-height: 1;
        margin: 2rem 0;
        position: relative;
        font-weight: normal; }
        .tibetan-service001 .service-box .service-item.service-title h1:after {
          content: '';
          position: absolute;
          display: block;
          height: 0.3rem;
          width: 3rem;
          bottom: -1.3rem;
          background-color: #36A4AC; }
      .tibetan-service001 .service-box .service-item.service-title span {
        color: #aaaaaa;
        font-size: 0.8rem; }
      .tibetan-service001 .service-box .service-item.service-title .ruifox-audio-box {
        position: absolute;
        right: 2rem;
        top: 2.6rem; }
        .tibetan-service001 .service-box .service-item.service-title .ruifox-audio-box .mp3_player:before {
          color: #004C99; }
      .tibetan-service001 .service-box .service-item.service-more {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-end; }
        .tibetan-service001 .service-box .service-item.service-more .inner-service-more {
          display: flex;
          align-items: center; }
          .tibetan-service001 .service-box .service-item.service-more .inner-service-more span {
            font-size: 0.9rem;
            color: #938F83; }
          .tibetan-service001 .service-box .service-item.service-more .inner-service-more a {
            display: flex;
            align-items: center;
            justify-content: center;
            color: #FFFFFF;
            font-size: 1.2rem;
            height: 3rem;
            width: 3rem;
            background-color: #004C99; }
            .tibetan-service001 .service-box .service-item.service-more .inner-service-more a i {
              font-size: 1.3rem; }
      .tibetan-service001 .service-box .service-item a.inner-service-item {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 100%;
        width: 100%;
        padding: 1rem;
        box-sizing: border-box; }
        .tibetan-service001 .service-box .service-item a.inner-service-item h2 {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          height: 100%; }
          .tibetan-service001 .service-box .service-item a.inner-service-item h2 .svg {
            width: 4rem;
            transition: all 0.3s; }
            .tibetan-service001 .service-box .service-item a.inner-service-item h2 .svg #svg21 .st0 {
              opacity: 0.4;
              fill: #FFFFFF;
              enable-background: new; }
            .tibetan-service001 .service-box .service-item a.inner-service-item h2 .svg #svg21 .st1 {
              fill: #FFFFFF; }
            .tibetan-service001 .service-box .service-item a.inner-service-item h2 .svg #svg21 .st2 {
              fill: #FFFFFF;
              stroke: #000000;
              stroke-width: 3.9025;
              stroke-linecap: round;
              stroke-linejoin: round;
              stroke-miterlimit: 10; }
            .tibetan-service001 .service-box .service-item a.inner-service-item h2 .svg #svg22 .st0 {
              opacity: 0.4;
              fill: #FFFFFF;
              enable-background: new; }
            .tibetan-service001 .service-box .service-item a.inner-service-item h2 .svg #svg22 .st1 {
              fill: #FFFFFF; }
            .tibetan-service001 .service-box .service-item a.inner-service-item h2 .svg #svg23 .cls-1, .tibetan-service001 .service-box .service-item a.inner-service-item h2 .svg #svg23 .cls-3 {
              fill: none;
              stroke: #fff;
              stroke-miterlimit: 10;
              stroke-width: 3px; }
            .tibetan-service001 .service-box .service-item a.inner-service-item h2 .svg #svg23 .cls-1 {
              stroke-linecap: round; }
            .tibetan-service001 .service-box .service-item a.inner-service-item h2 .svg #svg23 .cls-2 {
              opacity: 0.4;
              fill: #fff; }
            .tibetan-service001 .service-box .service-item a.inner-service-item h2 .svg #svg24 .st0 {
              opacity: 0.4;
              fill: #FFFFFF;
              enable-background: new; }
            .tibetan-service001 .service-box .service-item a.inner-service-item h2 .svg #svg24 .st1 {
              fill: #FFFFFF; }
            .tibetan-service001 .service-box .service-item a.inner-service-item h2 .svg #svg25 .st0 {
              opacity: 0.4;
              fill: #FFFFFF;
              enable-background: new; }
            .tibetan-service001 .service-box .service-item a.inner-service-item h2 .svg #svg25 .st1 {
              fill: #FFFFFF; }
            .tibetan-service001 .service-box .service-item a.inner-service-item h2 .svg #svg26 .st0 {
              opacity: 0.4;
              fill: #FFFFFF; }
            .tibetan-service001 .service-box .service-item a.inner-service-item h2 .svg #svg26 .st1 {
              fill: #FFFFFF; }
            .tibetan-service001 .service-box .service-item a.inner-service-item h2 .svg #svg27 .st0 {
              opacity: 0.4;
              fill: #FFFFFF;
              enable-background: new; }
            .tibetan-service001 .service-box .service-item a.inner-service-item h2 .svg #svg27 .st1 {
              fill: #FFFFFF; }
          .tibetan-service001 .service-box .service-item a.inner-service-item h2 p {
            font-size: 1.6rem;
            line-height: 1;
            margin-top: 1.6rem;
            color: #fff;
            font-weight: normal;
            transition: all 0.3s;
            text-align: center; }
      .tibetan-service001 .service-box .service-item.item0 {
        background-color: #C4AF76; }
      .tibetan-service001 .service-box .service-item.item1 {
        background: url("../images/363/tibetan/service_box-bg1.jpg") no-repeat center center/cover; }
      .tibetan-service001 .service-box .service-item.item2 {
        background: url("../images/363/tibetan/service_box-bg2.jpg") no-repeat center center/cover; }
      .tibetan-service001 .service-box .service-item.item3 {
        background-color: #337ECF; }
      .tibetan-service001 .service-box .service-item.item4 {
        background-color: #387EB5; }
      .tibetan-service001 .service-box .service-item.item5 {
        background: url("../images/363/tibetan/service_box-bg3.jpg") no-repeat center center/cover; }
      .tibetan-service001 .service-box .service-item.item6 {
        background-color: #36A4AC; }
      .tibetan-service001 .service-box .service-item.item7 {
        background: url("../images/363/tibetan/service_box-bg4.jpg") no-repeat center center/cover; }

@media (max-width: 1440px) {
  .tibetan-service001 .service-box .service-item {
    width: 12rem;
    height: 11.25rem; }
    .tibetan-service001 .service-box .service-item.service-title h1 {
      font-size: 1.6rem;
      margin: 1.6rem 0; }
    .tibetan-service001 .service-box .service-item.service-title:after {
      height: 0.25rem;
      width: 2.4rem;
      bottom: -1.05rem; }
    .tibetan-service001 .service-box .service-item.service-title span {
      font-size: 0.7rem; }
    .tibetan-service001 .service-box .service-item.service-more .inner-service-more span {
      font-size: 0.7rem; }
    .tibetan-service001 .service-box .service-item.service-more .inner-service-more a {
      font-size: 0.95rem;
      height: 2.4rem;
      width: 2.4rem; }
      .tibetan-service001 .service-box .service-item.service-more .inner-service-more a i {
        font-size: 1.05rem; }
    .tibetan-service001 .service-box .service-item a.inner-service-item h2 .svg {
      width: 3.2rem; }
    .tibetan-service001 .service-box .service-item a.inner-service-item h2 p {
      font-size: 1.3rem;
      margin-top: 1.3rem; } }
@media (max-width: 960px) {
  .tibetan-service001 {
    padding: 40px 0; }
    .tibetan-service001 img.bg {
      width: 100%; }
    .tibetan-service001 .layout {
      padding: 0 20px; }
      .tibetan-service001 .layout .service-box .service-item {
        width: 50%; }
        .tibetan-service001 .layout .service-box .service-item.service-title {
          width: 100%;
          height: auto;
          margin-bottom: 20px; }
        .tibetan-service001 .layout .service-box .service-item.item2, .tibetan-service001 .layout .service-box .service-item.item5, .tibetan-service001 .layout .service-box .service-item.service-more {
          display: none; } }
h1.center-tit-line001 {
  font-size: 0;
  font-weight: normal;
  text-align: center; }
  h1.center-tit-line001 a {
    font-size: 2rem;
    line-height: 1;
    display: inline-block;
    color: #333;
    position: relative; }
    h1.center-tit-line001 a:after {
      content: "";
      width: 3rem;
      height: 0.3rem;
      background-color: #004C99;
      position: absolute;
      bottom: -1.3rem;
      left: 50%;
      transform: translateX(-50%); }
  h1.center-tit-line001.white a {
    color: #fff; }
  @media (max-width: 960px) {
    h1.center-tit-line001 a {
      font-size: 18px; }
      h1.center-tit-line001 a:after {
        bottom: -14px; } }

.home-notice004-tab {
  padding-top: 4rem;
  padding-bottom: 6.2rem;
  position: relative;
  overflow: hidden; }
  .home-notice004-tab .ruifox-audio-box {
    position: absolute; }
    .home-notice004-tab .ruifox-audio-box .mp3_player:before {
      color: #004C99; }
  .home-notice004-tab > img {
    position: absolute;
    left: 0;
    bottom: -4rem;
    width: 42rem;
    opacity: 0.46; }
  .home-notice004-tab h1 {
    position: relative;
    width: fit-content;
    margin: 0 auto; }
    .home-notice004-tab h1 .ruifox-audio-box {
      right: -2.05rem;
      top: 1rem; }
  .home-notice004-tab .inner-notice {
    border-bottom: 1px solid #DBCEBA;
    height: 8.8rem;
    margin-top: 3rem; }
    .home-notice004-tab .inner-notice .notice-slider {
      margin-bottom: 0; }
      .home-notice004-tab .inner-notice .notice-slider .notice-box {
        position: relative;
        height: 9.5rem;
        padding-top: 0.5rem; }
        .home-notice004-tab .inner-notice .notice-slider .notice-box .notice-item {
          display: block;
          box-sizing: border-box;
          padding: 2rem 0.9rem 2rem;
          background-color: #fff;
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          border: 1px solid #E4E4E4;
          margin: 0 0.5rem;
          transition: transform 0.5s;
          font-size: 0;
          position: relative;
          overflow: hidden; }
          .home-notice004-tab .inner-notice .notice-slider .notice-box .notice-item .ruifox-audio-box {
            top: 0.5rem;
            right: 0.5rem; }
          .home-notice004-tab .inner-notice .notice-slider .notice-box .notice-item .time {
            font-size: 0.8rem;
            color: #004C99;
            line-height: 1;
            display: inline-block;
            margin-bottom: 1rem;
            transition: transform 0.5s;
            transform: translateY(0); }
          .home-notice004-tab .inner-notice .notice-slider .notice-box .notice-item .info {
            z-index: 1;
            position: relative;
            transition: transform 0.5s;
            transform: translateY(0); }
            .home-notice004-tab .inner-notice .notice-slider .notice-box .notice-item .info p {
              font-size: 1.1rem;
              line-height: 1.35rem;
              max-height: 5.4rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 4;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              color: #333;
              margin-bottom: 0;
              transition: all 0.5s; }
          .home-notice004-tab .inner-notice .notice-slider .notice-box .notice-item .more {
            display: flex;
            justify-content: flex-end;
            transition: transform 0.5s, opacity 0.5s;
            transform: translateY(0);
            position: absolute;
            left: 1rem;
            bottom: -2rem;
            width: calc(100% - 2rem);
            align-items: center;
            padding: 0.5rem 0;
            border-top: 1px solid #E4E4E4;
            opacity: 0; }
            .home-notice004-tab .inner-notice .notice-slider .notice-box .notice-item .more i {
              color: #004C99;
              font-size: 1.2rem;
              line-height: 0.4rem;
              height: 0.4rem;
              margin-right: 0.5rem; }
            .home-notice004-tab .inner-notice .notice-slider .notice-box .notice-item .more span {
              color: #7F7F7F;
              font-size: 0.7rem;
              line-height: 1; }
          .home-notice004-tab .inner-notice .notice-slider .notice-box .notice-item:hover {
            transform: translateY(-0.5rem); }
            .home-notice004-tab .inner-notice .notice-slider .notice-box .notice-item:hover .time {
              opacity: 0;
              transform: translateY(-1.8rem); }
            .home-notice004-tab .inner-notice .notice-slider .notice-box .notice-item:hover .info {
              transform: translateY(-1rem); }
              .home-notice004-tab .inner-notice .notice-slider .notice-box .notice-item:hover .info p {
                color: #337ECF; }
            .home-notice004-tab .inner-notice .notice-slider .notice-box .notice-item:hover .more {
              transform: translateY(-2rem);
              opacity: 1; }
            .home-notice004-tab .inner-notice .notice-slider .notice-box .notice-item:hover + .circle {
              background-color: #EABE69;
              border: 0.25rem solid #fff;
              outline: 1px solid #EABE69; }
        .home-notice004-tab .inner-notice .notice-slider .notice-box .circle {
          width: 1rem;
          height: 1rem;
          border-radius: 50%;
          border: 1px solid #EABE69;
          box-sizing: border-box;
          position: absolute;
          left: 50%;
          margin-left: -0.5rem;
          bottom: 0.7rem;
          background-color: #fff;
          transition: background-color 0.5s; }
      .home-notice004-tab .inner-notice .notice-slider .slick-arrow {
        position: absolute;
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        background-color: #fff;
        color: #DBCEBA;
        font-size: 1rem;
        bottom: 0.65rem;
        margin-bottom: -0.5rem;
        text-align: center;
        line-height: 2rem;
        cursor: pointer;
        z-index: 10;
        box-sizing: border-box;
        border: 1px solid #DBCEBA; }
        .home-notice004-tab .inner-notice .notice-slider .slick-arrow.prev {
          left: 0; }
        .home-notice004-tab .inner-notice .notice-slider .slick-arrow.next {
          right: 0; }
        .home-notice004-tab .inner-notice .notice-slider .slick-arrow:hover {
          background-color: #DBCEBA;
          color: #fff; }
  .home-notice004-tab a.center-more001 {
    margin-top: 4rem; }

@media (max-width: 960px) {
  .home-notice004-tab {
    padding-top: 40px;
    padding-bottom: 40px; }
    .home-notice004-tab .layout {
      box-sizing: border-box;
      padding: 0 20px; }
    .home-notice004-tab h2.left-tab-tit002 {
      margin-top: 30px; }
      .home-notice004-tab h2.left-tab-tit002 .tab-tit {
        font-size: 14px; }
        .home-notice004-tab h2.left-tab-tit002 .tab-tit:before {
          height: 14px; }
        .home-notice004-tab h2.left-tab-tit002 .tab-tit + .tab-tit {
          margin-left: 9px; }
          .home-notice004-tab h2.left-tab-tit002 .tab-tit + .tab-tit:before {
            left: -4px; }
      .home-notice004-tab h2.left-tab-tit002 a.more {
        display: none; }
    .home-notice004-tab .inner-notice {
      margin-top: 1rem; }
      .home-notice004-tab .inner-notice .notice-slider .notice-box .notice-item {
        width: auto; } }

/*# sourceMappingURL=style_new.css.map */
